Authorizations
Enter your JWT in the format: Bearer {token}
Path Parameters
The ID of the workspace.
"ws_a1b2c3d4e5f6g7h8"
The ID of the organization.
"org_aBcDeFg123456789"
Body
Provide one or more fields to update. Fields not provided will be left unchanged.
The new name for the organization. Maximum 50 characters.
"Global Marketing Team"
The ID of the billing account to associate with a root organization.
"cus_a1b2c3d4e5f6g7h8"
Update resource limits. To remove a limit, pass the key with a null value.
{ "users": 100, "locations": null }A public HTTPS URL or base64 data URI for the new logo. To remove the logo, provide null.
"https://example.com/new_logo.png"
Branding settings for the organization.
Response
The updated organization object.
Unique identifier for the organization (corresponds to Auth0 organization ID), prefixed with org_.
"org_aBcDeFg123456789"
The human-readable name of the organization.
"Engineering Department"
The ID of the workspace this organization belongs to.
"ws_a1b2c3d4e5f6g7h8"
A stable, unique identifier for the organization, independent of its Auth0 ID.
"a1b2c3d4-e5f6-4a7b-8c9d-0e1f2a3b4c5d"
The ID of the parent organization, if this is a child organization.
"org_zYxWvUt987654321"
A #-separated string representing the hierarchical path of ancestors.
"org_root123#org_parent456"
The depth of the organization in the hierarchy (0 for top-level).
2
The ID of the billing account this organization is associated with (in assigned mode).
"cus_a1b2c3d4e5f6g7h8"
A URL to the organization's logo.
"https://cdn.altostrat.io/logos/engineering.png"
A map of resource limits applied directly to this organization. Keys are meterable types (locations, users, sso). A value of null or a missing key means no limit is set at this level. A value of 0 means the resource is explicitly disabled.
{ "locations": 10, "users": 50 }