v3

OpenAPI 3.1.02026-07-2759128137.8 KB
accounts

Reassign Account Owner

Assign or clear the owner of an account.

Requires the accounts:write scope on the API key.

patch/v1/accounts/{account_id}/owner

Path parameters

account_idstring uuid required

ID of the account.

Request body

owner_user_idstring uuid nullable required

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

Response

Successful Response