Skip to content

Update a subset of the org's console settings

PATCH
/v1/admin/orgs/{org_id}/settings
org_id
required
string

Any subset of the org settings; omitted fields are unchanged.

object
org_name
string
default_domain
string
default_onboarding_mode
string
default_mailbox_cap
integer
webhook_signing_prefix
string
x402_mode
string
early_access
boolean

Updated settings.

object
org_name
string
default_domain
string
default_onboarding_mode
string
default_mailbox_cap
integer
webhook_signing_prefix
string
x402_mode
string
early_access
boolean

Invalid request.

The canonical error envelope. error is a stable machine code.

object
error
required

Stable error code (e.g. unauthorized, forbidden, not_found, invalid, quota_exceeded, rate_limited).

string
Example
forbidden
message

Human-readable detail (never leaks internals).

string
Example
missing required scope

Missing or invalid credential.

The canonical error envelope. error is a stable machine code.

object
error
required

Stable error code (e.g. unauthorized, forbidden, not_found, invalid, quota_exceeded, rate_limited).

string
Example
forbidden
message

Human-readable detail (never leaks internals).

string
Example
missing required scope