Skip to main content
POST
Update Contact Owner for Multiple Contacts
Reassign the owner of several contacts 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.

Authorizations

Authorization
string
header
required

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

Query Parameters

contact_ids[]
string
required

Contact IDs

owner_id
string
required

New owner ID

Response

Successful response

contacts
string

Updated contacts

contacts[].id
string

Contact ID

contacts[].owner_id
string

Owner ID

contacts[].crm_owner_id
string

CRM owner ID