APIs & Integrations

sagar_dewan
Member

How to fetch all users in a portal through api?

Hi ,

I am new to Hubspot Api and i want to fetch all the users in a portal though api end points? Is there a way ?

2 Replies 2
Derek_Gervais
HubSpot Alumni
HubSpot Alumni

How to fetch all users in a portal through api?

Hi @sagar_dewan,

You can use the Owners API to pull all owner information for a portal:

Get Owners | Owners API

GET /owners/v2/owners/ - Get a list of owners from the HubSpot API.

0 Upvotes
sagar_dewan
Member

How to fetch all users in a portal through api?

That worked for me! Thank you @Derek_Gervais