Skip to main content
POST
Update Account Owner for Multiple Accounts
Reassign the owner of several accounts at once. Owner ids come from get_apollo_users_search. Writes land in the AIsa workspace, which every caller shares: the record becomes visible and editable by others, and there is no per-caller isolation. Reassignment is visible to whoever owned them before.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

account_ids[]
string
required

Account IDs

owner_id
string
required

New owner ID

Response

Successful response

accounts
string

Updated accounts

accounts[].id
string

Account ID

accounts[].owner_id
string

Owner ID

accounts[].crm_owner_id
string

CRM owner ID