Update Auto User Provisioning Settings
Update the auto user provisioning settings.
- application/json
Request Body
- is_enabled boolean required
Whether auto user provisioning is enabled or not.
- 200
- default
Success
- application/api.clumio.auto-user-provisioning-settings=v1+json
- Schema
- Example (from schema)
Schema
_links object
URLs to pages related to the resource.
_self object
The HATEOAS link to this resource.
href stringThe URI for the referenced operation.
templated booleanDetermines whether the "href" link is a URI template. If set to
true
, the "href" link is a URI template.type stringThe 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 stringThe URI for the referenced operation.
templated booleanDetermines whether the "href" link is a URI template. If set to
true
, the "href" link is a URI template.type stringThe HTTP method to be used with the "href" link for the referenced operation.
- is_enabled boolean
Whether auto user provisioning is enabled or not.
{
"_links": {
"_self": {
"href": "string",
"templated": true,
"type": "string"
},
"update-auto-user-provisioning-setting": {
"href": "string",
"templated": true,
"type": "string"
}
},
"is_enabled": true
}
Error
- application/json
- Schema
- Example (from schema)
Schema
errors object[]
A list of errors encountered during runtime.
error_code uint32error_message stringThe reason for the error.
{
"errors": [
{
"error_code": 0,
"error_message": "string"
}
]
}