Skip to main content

Set SCIM settings.

POST 

https://us.app.unleash-hosted.com/ushosted/api/admin/scim-settings

Sets new settings for SCIM provisioning.

Request

Body

required

#/components/schemas/setScimSettingsSchema

    enabled booleanrequired

    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
curl -L 'https://us.app.unleash-hosted.com/ushosted/api/admin/scim-settings' \
-H 'Content-Type: application/json' \
-H 'Authorization: <API_KEY_VALUE>' \
-d '{
"enabled": true
}'
Request Collapse all
Base URL
https://us.app.unleash-hosted.com/ushosted
Auth
Body required
{
  "enabled": true
}
ResponseClear

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