Organizations
Upsert organization user setting
Upsert user management settings for an organization
patch/api/v1/organizations/{organization_id}/settings/usermanagement
Path parameters
organization_idstring required
ID of the organization.
Request body
Example request
{
"settings": {
"max_allowed_users": 100
}
}Response
Returns the updated organization setting.
Example response
{
"settings": {
"max_allowed_users": 100
}
}