Generates a new SCIM API token.

Enterprise feature

Generates a new SCIM API token. Previously generated tokens will be invalidated.

Authentication

Authorizationstring
API key needed to access this API
OR
AuthorizationBearer
API key needed to access this API, in Bearer token format

Response

#/components/schemas/scimTokenSchema

tokenstring
The token used for SCIM API authentication. Can be revoked at a later stage by generating a new one.

Errors