curl --request GET \
--url https://api.hubapi.com/business-units/v3/business-units/user/{userId} \
--header 'Authorization: Bearer <token>'{
"results": [
{
"id": "<string>",
"name": "<string>",
"logoMetadata": {
"logoAltText": "<string>",
"logoUrl": "<string>",
"resizedUrl": "<string>"
}
}
]
}Rufen Sie die Marken ab, auf die ein bestimmter Benutzer zugreifen kann.
curl --request GET \
--url https://api.hubapi.com/business-units/v3/business-units/user/{userId} \
--header 'Authorization: Bearer <token>'{
"results": [
{
"id": "<string>",
"name": "<string>",
"logoMetadata": {
"logoAltText": "<string>",
"logoUrl": "<string>",
"resizedUrl": "<string>"
}
}
]
}Unterstützte Produkte
Erforderliche Bereiche
The access token received from the authorization server in the OAuth 2.0 flow.
successful operation
Die Filtergruppe mit Unternehmensbereichen
Show child attributes