OpenAPI 3.1.02026-08-1376170189.6 KB

2f1c56db78f8

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