v7

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-013764062.2 MB
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

tokenstring required

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

Example response

{
  "token": "xyzrandomstring"
}