v4

latestOpenAPI 3.1.1Apache 2.02026-07-31107278570.4 KB
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
  }
}