Skip to main content
PATCH
Update subaccount

Authorizations

X-API-Key
string
header
required

Path Parameters

account_id
string
required
subaccount_id
string<uuid4>
required

Body

application/json

Patch payload for updating a subaccount

name
string | null

New name for the subaccount

is_active
boolean | null

Set active state (soft-disable when false)

Response

OK

Account information

id
string<uuid4>
required

Unique identifier for the account

name
string
required

Account name

is_active
boolean
required

Whether the account is active

created
string
required

ISO 8601 date-time when the account was created

modified
string
required

ISO 8601 date-time when the account was last modified

parent_account_id
string<uuid4> | null

Parent account ID (null for root accounts)