curl --request GET \
--url https://api.hubapi.com/owners/v2/owners/[
{
"portalId": 62515,
"ownerId": 64,
"type": "PERSON",
"firstName": "Holly",
"lastName": "Flax",
"email": "holly@dundermifflin.com",
"createdAt": 1405605858624,
"updatedAt": 1416928146449,
"remoteList": [
{
"portalId": 62515,
"ownerId": 64,
"remoteId": "137304",
"remoteType": "HUBSPOT",
"active": true
}
]
},
{
"portalId": 62515,
"ownerId": 65,
"type": "PERSON",
"firstName": "Michael",
"lastName": "Scott",
"email": "michael@dundermifflin.com",
"createdAt": 1405605858732,
"updatedAt": 1416928145437,
"remoteList": [
{
"portalId": 62515,
"ownerId": 65,
"remoteId": "153112",
"remoteType": "HUBSPOT",
"active": true
}
]
},
{
"portalId": 62515,
"ownerId": 66,
"type": "PERSON",
"firstName": "Dwight",
"lastName": "Schrute",
"email": "dwight@dundermifflin.com",
"createdAt": 1405605858898,
"updatedAt": 1416928146430,
"remoteList": [
{
"portalId": 62515,
"ownerId": 66,
"remoteId": "166656",
"remoteType": "HUBSPOT",
"active": true
}
]
}
]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.
curl --request GET \
--url https://api.hubapi.com/owners/v2/owners/[
{
"portalId": 62515,
"ownerId": 64,
"type": "PERSON",
"firstName": "Holly",
"lastName": "Flax",
"email": "holly@dundermifflin.com",
"createdAt": 1405605858624,
"updatedAt": 1416928146449,
"remoteList": [
{
"portalId": 62515,
"ownerId": 64,
"remoteId": "137304",
"remoteType": "HUBSPOT",
"active": true
}
]
},
{
"portalId": 62515,
"ownerId": 65,
"type": "PERSON",
"firstName": "Michael",
"lastName": "Scott",
"email": "michael@dundermifflin.com",
"createdAt": 1405605858732,
"updatedAt": 1416928145437,
"remoteList": [
{
"portalId": 62515,
"ownerId": 65,
"remoteId": "153112",
"remoteType": "HUBSPOT",
"active": true
}
]
},
{
"portalId": 62515,
"ownerId": 66,
"type": "PERSON",
"firstName": "Dwight",
"lastName": "Schrute",
"email": "dwight@dundermifflin.com",
"createdAt": 1405605858898,
"updatedAt": 1416928146430,
"remoteList": [
{
"portalId": 62515,
"ownerId": 66,
"remoteId": "166656",
"remoteType": "HUBSPOT",
"active": true
}
]
}
]Scope requirements
Successful response - This endpoint returns all owners in a HubSpot account
The response is of type object.
Was this page helpful?