latestOpenAPI 3.1.02026-08-223321,1001.6 MB

2134ebffd1ef

organization-admin

Update Organization

Update an organization.

Platform admin only. Updates organization via Temporal workflow.

put/admin/organizations/{organization_id}

Path parameters

organization_idstring required

Request body

display_namestring nullable

New display name

config_namestring nullable

New config name

auth0_idstring nullable

New Auth0 organization ID

metadataobject nullable

Metadata fields to update (merged with existing)

is_invite_onlyboolean nullable

When true, new users can only join via an admin-issued invite link

provision_auth0boolean

Create a new Auth0 organization

Example request

{
  "metadata": {
    "enabled_modes": [
      "rca",
      "chat",
      "triage"
    ],
    "teams": [
      "platform",
      "backend"
    ]
  }
}

Response

Successful Response

auth0_provisionedboolean

Whether Auth0 organization was created