Skip to main content

Set SCIM settings.

POST 

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

Sets new settings for SCIM provisioning.

Request

Bodyrequired

#/components/schemas/setScimSettingsSchema

    enabledbooleanrequired

    Whether SCIM provisioning is currently enabled.

    Example: true

Responses

This response has no body.

Authorization: Authorization

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

Request Collapse all
Base URL
<your-unleash-url>
Auth
Body required
{
  "enabled": true
}
ResponseClear

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