APIs & Integrations

Integratz
Member

Retrieve List of Contacts by Owner ID

I am trying to create an API get request in order to obtain a batch of contacts that have a specific owner id but am unable to find documentation on how to do so.

 

Any help is greatly appreciated!

 

0 Upvotes
1 Reply 1
WendyGoh
HubSpot Employee
HubSpot Employee

Retrieve List of Contacts by Owner ID

Hi @Integratz,

 

I hope all is well with you 😄

 

Currently there isn't an endpoint to get contacts by owner ID, that said I do have two suggestions here:

1. Using the Get all contacts | Contacts API > add the following parameter &property=hubspot_owner_idso that the return response body will contain the owner id > Loop through the results and filter accordingly based on the hubspot_owner_id

 

2. You can Create active or static lists within your HubSpot portal with the following list criteria:

contactOwner.png

Next, use this endpoint: Get contacts in a list to retrieve all the contacts in that particular list.

 

Hope this helps!

0 Upvotes