v1

latestOpenAPI 3.1.02026-07-247601.0 MB
Contacts

Update Contact Owner for Multiple Contacts

This endpoint doesn't consume Apollo credits. Learn more about API pricing and credits.

<a href="https://knowledge.apollo.io/hc/en-us/articles/5631686093069-Edit-a-Contact-or-Account-Owner" target="_blank">Contact owners</a> manage specific contacts in Apollo.<br><br>Use the Update Contact Owner for Multiple Contacts endpoint to assign multiple contacts to a different user in your team's Apollo account. <br><br>To update more than the contact's owner, such as job titles or contact details, use the <a href="https://docs.apollo.io/reference/update-a-contact">Update a Contact endpoint</a> instead.

post/contacts/update_owners

Query parameters

contact_ids[]string[] required

The Apollo IDs for the contacts that you want assign to an owner. <br><br>To find contact IDs, call the <a href="https://docs.apollo.io/reference/search-for-contacts" target="_blank">Search for Contacts endpoint</a> and identify the id value for the contact. <br><br>Example: 66e34b81740c50074e3d1bd4

owner_idstring required

The ID for the contact owner within your team's Apollo account. This user will be assigned ownership of the contacts. <br><br>Use the <a href="https://docs.apollo.io/reference/get-a-list-of-users" target="_blank">Get a List of Users endpoint</a> endpoint to retrieve IDs for all of the users within your Apollo account. <br><br>Example: 66302798d03b9601c7934ebf

Response

200

Example response

{
  "contacts": [
    {
      "id": "66e379b5a385c703da3d729f",
      "owner_id": "66302798d03b9601c7934ebf"
    }
  ]
}