Use the scimTokens resource to create a SCIM token. If you already have two tokens, you'll need to delete one before you can create a new token, even if one or both tokens are expired.
POST request
To create a SCIM token, use the following URI:
/public/core/v3/scimTokens
POST request example
To create a token, your request might look something like the following example:
POST <baseApiUrl>/public/core/v3/scimTokens Content-type: application/json Accept: application/json INFA-SESSION-ID: <SessionId>
POST response
Returns the token response object for the token that you created.
Returns an error object if errors occur.
A successful response might look like the following example: