Auth
Generates a new SCIM API token.
Enterprise feature
Generates a new SCIM API token. Previously generated tokens will be invalidated.
post/api/admin/scim-settings/generate-new-token
Response
#/components/schemas/scimTokenSchema
Example response
{
"token": "xyzrandomstring"
}