Use Talend Cloud SCIM API endpoints to automate the processes to create users, assign users to groups, assign roles to users and retrieve user profiles.
For details about these endpoints, see https://api.talend.com/apis/scim-v2/2021-03/.
Note: You can also use the classic identity management API endpoints to automate this
process. For a use case of these classic endpoints, see Creating a user.
Prerequisites:
-
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.