curl --request GET \
--url https://api.hubapi.com/crm/owners/2026-03/{ownerId} \
--header 'Authorization: Bearer <token>'{
"archived": true,
"createdAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"type": "PERSON",
"updatedAt": "2023-11-07T05:31:56Z",
"email": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"teams": [
{
"id": "<string>",
"name": "<string>",
"primary": true
}
],
"userId": 123,
"userIdIncludingInactive": 123
}「id」または「userId」を使用して特定の担当者の詳細を取得します。
curl --request GET \
--url https://api.hubapi.com/crm/owners/2026-03/{ownerId} \
--header 'Authorization: Bearer <token>'{
"archived": true,
"createdAt": "2023-11-07T05:31:56Z",
"id": "<string>",
"type": "PERSON",
"updatedAt": "2023-11-07T05:31:56Z",
"email": "<string>",
"firstName": "<string>",
"lastName": "<string>",
"teams": [
{
"id": "<string>",
"name": "<string>",
"primary": true
}
],
"userId": 123,
"userIdIncludingInactive": 123
}Supported products
Required Scopes
The access token received from the authorization server in the OAuth 2.0 flow.
アーカイブ済みの結果のみを返すかどうか。
id, userId successful operation
担当者/所有者がアーカイブ済みかどうかを示します。
担当者/所有者が作成された日時。
担当者/所有者の固有ID。
担当者/所有者のタイプで、PERSONまたはQUEUEのいずれかです。
PERSON, QUEUE 担当者/所有者が最後に更新された日時。
担当者/所有者のEメールアドレス。
担当者/所有者の名。
担当者/所有者の姓。
Show child attributes
担当者/所有者のユーザーID。
無効化されたユーザーを含む、担当者/所有者のユーザーID。