API referenceWorkspaceOrganization
Update organization
Updates exactly one organization settings section. The section selects the request shape. For a logo, prepare an organization_logo upload, send the image bytes to uploadUrl, then submit its fileRef in the branding section.
- Endpoint
PATCH /v1/organization- Authorization
- Permission depends on the body `section`: `profile` → `org:update`, `fiscal` → `settings:update`, `branding` → `settings:update`, `portal` → `settings:update`, `globalInvoice` → `settings:update`, `automation` → `settings:update`, `access` → `org:update`.
- Environments
- Production only
- Idempotency
- Required for safe retries.
- Common next step