Skip to main content

Retrieve Auto User Provisioning Settings

Returns a representation of the auto user provisioning settings.

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.

GET /settings/auto-user-provisioning    

Authorization

Request

Click Edit to configure Base URL
https://us-west-2.api.clumio.com
Bearer Token
curl -L -X GET 'https://us-west-2.api.clumio.com/settings/auto-user-provisioning' \
-H 'Accept: application/api.clumio.auto-user-provisioning-settings=v1+json' \
-H 'Authorization: Bearer <TOKEN>'