Skip to main content

Get SCIM settings.

GET <your-unleash-url>/api/admin/scim-settings

Authorization

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

Returns the current settings for SCIM provisioning.

Request

Responses

#/components/schemas/scimSettingsSchema

Schema
  • enabled boolean required

    Whether SCIM provisioning is currently enabled.

  • assumeControlOfExisting boolean required

    Whether SCIM assumes control of existing users

  • hasToken boolean required

    Whether a SCIM provisioning API token is currently set.

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 GET '<your-unleash-url>/api/admin/scim-settings' \
-H 'Accept: application/json' \
-H 'Authorization: <API_KEY_VALUE>'