TwentyT
Twenty10mo ago
1 reply
darylthomas.

Seamless login through API

The suite CRM API enables login and session sharing - https://docs.suitecrm.com/developer/api/api-v4.1-methods/. Is it possible to do these kinds of actions in twenty? I see that the email id has to be entered and the API is limited to actions within the workspace of that user, and not at an admin app level where we could create accounts or new workspaces and allocate it to users automatically.
SuiteCRM Documentation
Methods login Logs into SuiteCRM and returns a session id used for subsequent API calls.
Arguments Name Type Desc user_auth
array
Authentication details for the API User
user_auth[user_name]
string
The user name of the SuiteCRM user. Required.
user_auth[password]
string
The MD5 hash of the password for user_name. Required.
...
API v4.1 Methods
Was this page helpful?