Update an organization
Partially updates the organization’s name, slug, logo, or metadata; omitted fields are left unchanged. The slug must be lowercase URL-safe and unique across all organizations (409 when taken). Requires a role with member management (owner or admin).
Authorizations
Cactal API key. Create one in the dashboard or via POST /apiKeys. The plaintext key is shown once at creation.
Path Parameters
1Body
Response
The updated organization.
Unique organization ID.
Display name.
Unique URL-safe identifier (lowercase letters, digits, and hyphens).
Logo URL, or null when unset.
Arbitrary key–value metadata attached to the organization. null when unset.
When the organization was created.