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"
}Changes
Changed in 1 of the 7 revisions of this API.2
- ○
api tag
Authaddedapi-tag-added
- ○
api tag
Unstableremovedapi-tag-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○