Skip to main content

Update Auto User Provisioning Settings

Update the auto user provisioning settings.

Request Body
  • is_enabled boolean required

    Whether auto user provisioning is enabled or not.

Responses

Success


Schema
  • _links object

    URLs to pages related to the resource.

  • _self object

    The HATEOAS link to this resource.

  • href string

    The URI for the referenced operation.

  • templated boolean

    Determines whether the "href" link is a URI template. If set to true, the "href" link is a URI template.

  • type string

    The HTTP method to be used with the "href" link for the referenced operation.

  • update-auto-user-provisioning-setting object

    A resource-specific HATEOAS link.

  • href string

    The URI for the referenced operation.

  • templated boolean

    Determines whether the "href" link is a URI template. If set to true, the "href" link is a URI template.

  • type string

    The HTTP method to be used with the "href" link for the referenced operation.

  • is_enabled boolean

    Whether auto user provisioning is enabled or not.

PUT /settings/auto-user-provisioning    

Authorization

Request

Click Edit to configure Base URL
https://us-west-2.api.clumio.com
Bearer Token
Body
{
"is_enabled": true
}
curl -L -X PUT 'https://us-west-2.api.clumio.com/settings/auto-user-provisioning' \
-H 'Content-Type: application/json' \
-H 'Accept: application/api.clumio.auto-user-provisioning-settings=v1+json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"is_enabled": true
}'