curl --request GET \
--url https://api.hubapi.com/crm/v3/owners/{ownerId} \
--header 'Authorization: Bearer <token>'{
"archived": false,
"createdAt": "2019-10-30T03:30:17.883Z",
"email": "jsmith@example.com",
"firstName": "John",
"id": "6166860",
"lastName": "Smith",
"teams": [
{
"id": "178588",
"name": "West Coast Sales",
"primary": true
},
{
"id": "178590",
"name": "California Sales",
"primary": false
}
],
"updatedAt": "2019-12-07T16:50:06.678Z",
"userId": 1296619
}curl --request GET \
--url https://api.hubapi.com/crm/v3/owners/{ownerId} \
--header 'Authorization: Bearer <token>'{
"archived": false,
"createdAt": "2019-10-30T03:30:17.883Z",
"email": "jsmith@example.com",
"firstName": "John",
"id": "6166860",
"lastName": "Smith",
"teams": [
{
"id": "178588",
"name": "West Coast Sales",
"primary": true
},
{
"id": "178590",
"name": "California Sales",
"primary": false
}
],
"updatedAt": "2019-12-07T16:50:06.678Z",
"userId": 1296619
}Productos compatibles
Ámbitos Requeridos
The access token received from the authorization server in the OAuth 2.0 flow.
Si se devolverán solo los resultados que se han archivado.
id, userId successful operation
Indica si el propietario está archivado.
La fecha y hora en que se creó el propietario.
El identificador único del propietario.
El tipo del propietario, que puede ser PERSONA o COLA.
PERSON, QUEUE La fecha y hora en que se actualizó por última vez el propietario.
La dirección de correo electrónico del propietario.
El nombre del propietario.
El apellido del propietario.
Show child attributes
El ID de usuario del propietario.
El ID de usuario del propietario, incluidos los usuarios inactivos.