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
API v4.1 Methods
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.
...
1 Reply
As twenty's instance admin you have several privileges
- access to admin panel ( healthcheck workspaces infos etc etc )
- impersonating feature
Not sure if it answers your question