Skip to main content
PATCH
Reassign Account Owner

Authorizations

Authorization
string
header
required

Bearer API key issued from Settings → Developers.

Path Parameters

account_id
string<uuid>
required

ID of the account.

Body

application/json

Reassign Account Owner payload

owner_user_id
string<uuid> | null
required

User to assign as owner. Pass null to clear the owner.

Response

204

Successful Response