Skip to main content

Generates a new SCIM API token.

POST <your-unleash-url>/api/admin/scim-settings/generate-new-token

Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

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

Request

Responses

#/components/schemas/scimTokenSchema

Schema
  • token string required

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

Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API

Request

Base URL
<your-unleash-url>
Security Scheme
apiKey
curl / cURL
curl -L -X POST '<your-unleash-url>/api/admin/scim-settings/generate-new-token' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'