Skip to main content
PATCH
Update Organization
Updates an organization’s details. Only included fields are modified. Settings are merged with existing values. Requires the org:update permission (available to owners and admins).

Auth

Requires a valid Bearer token with org:update permission.

Path Parameters

string
required
Organization identifier.

Request Body

All fields are optional. Include only the fields you want to change.
string
Updated organization name. Between 1 and 100 characters.
string | null
Updated description. Maximum 500 characters. Set to null to remove.
string | null
Updated logo URL. Must be a valid URI. Set to null to remove.
object
Partial settings object. Merged with existing settings.

Response

Returns the full updated organization object. See Get Organization for the complete response schema.

Errors

Example