v3

latestOpenAPI 3.0.32026-07-31135300306.1 KB
accounts

Update multiple accounts

Updates multiple accounts in a single request. Only provided fields are modified.

Rate limit: 20 requests per minute

patch/accounts

Request body

account_idsstring[] required

The account IDs to update. The number of accounts to update must be between 1 and 100.

account_typestring

The type of the account. Can only be changed to "customer" or "partner".

owner_idstring

The ID of the new owner. If empty string is passed in, the owner will be removed.

tagsstring[]

An array of tags to be updated on the accounts.

tags_apply_modestring

The mode for applying tags. Valid values: "append_only", "remove_only", "replace". Defaults to "replace".

Response

request_idstring

The request ID for tracking.

successboolean

Whether the update was successfully initiated.