Skip to main content
PATCH
Update an Account

Path Parameters

account_id
string<uuid>
required

Body

application/json
name
string | null

Display name for the account

Example:

"Acme Corp"

status
string | null

Account status

Example:

"PROSPECTING"

notes
string | null

Notes about the account

owner
string<uuid> | null

User ID to assign as account owner

tags
string<uuid>[] | null

List of tag IDs to associate with the account

Response

Successful Response

data
AccountResponse · object
required

Account resource. Custom fields appear as additional keys prefixed with custom_field_.

meta
ResponseMeta · object