You can use Talend Cloud Web API service to automate the processes to create users, assign users to groups, assign roles to users and retrieve user profiles.
- The host to be used to access this API service is: https://api.<env>.cloud.talend.com
- For the complete API documentation of this API service, see https://api.<env>.cloud.talend.com/v1/management/swagger-ui/?urls.primaryName=Identities%20Management.
Prerequisites to access this user management API:
-
Generate access tokens:
- For users, generate a personal access token by following Generating a Personal Access Token.
- For service accounts, generate a service access token by following Generating a service account token.
Once generated, a service account token expires after 30 minutes. If it expires, generate a new token using the POST method at the endpoint
https://api.<env>.cloud.talend.com/security/oauth/token
. For more information about generating a token, see Generating a service account token.