There's a new version of the HubSpot API

We're also working on a new documentation website, you're invited to check it out and give us your feedback.

Get a list of owners

Last updated May 12, 2023

GET /owners/v2/owners/

Method Details

HTTP Methods:

GET

Response Format:

json

Requires Authentication?

Yes

Rate Limited?

Yes

Headers

User-Agent

Products:

Marketing & CRM

Required Scope:

crm.objects.owners.read

This endpoint returns all owners in a HubSpot account. Owners are automatically created and updated in HubSpot when new users are added or existing owners are synced from Salesforce.

Use case for this endpoint: Owners play a key role in the CRM, but can also be used for task assignment inside the marketing calendar or in email personalization tokens.

Required parameters How to use Description
OAuth access token or private app access token Authorization: Bearer {token} header Used to authenticate the request. Please see this page for more details about authentication.

Optional parameters How to use Description
Include inactive includeInactive=true If specified as true, include inactive owner (defined as owner without any active remotes.)
Email address email=x Search for owners matching the specified email address.