Skip to main content

Generates a new SCIM API token.

POST 

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

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

Responses

#/components/schemas/scimTokenSchema

Schema
    tokenstringrequired

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

    Example: xyzrandomstring

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L -X POST '<your-unleash-url>/api/admin/scim-settings/generate-new-token' \
-H 'Accept: application/json' \
-H 'Authorization: <Authorization>'
Request Collapse all
Base URL
<your-unleash-url>
Auth
ResponseClear

Click the Send API Request button above and see the response here!