put https://{region}.api.clumio.com/settings/auto-user-provisioning
Update the auto user provisioning settings.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Update the auto user provisioning settings.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request PUT \
--url https://us-west-2.api.clumio.com/settings/auto-user-provisioning \
--header 'accept: application/api.clumio.auto-user-provisioning-settings=v1+json' \
--header 'content-type: application/json' \
--data '{"is_enabled":true}'
xxxxxxxxxx
15{
"_links": {
"_self": {
"href": "string",
"templated": true,
"type": "string"
},
"update-auto-user-provisioning-setting": {
"href": "string",
"templated": true,
"type": "string"
}
},
"is_enabled": true
}