Discover APIs, integration guides, and other documentation
Can't find what you're looking for? Ask in the community.
The following endpoint provides information about business units tied to a user. This may also include information about logos.
To get the business units that a user has access to, you can make a GET
request to
/business-units/v3/business-units/user/{userId}
The following is an example of what the response body should include:
{
"logoMetadata": {
"logoAltText": "logo sample text",
"resizedUrl": "sillystring",
"logoUrl": examplelogourl.com"
},
"name": "sample business unit name",
"id": "101"
}
For more information on how to use the business units API, click the Endpoints tab at the top of this article.
Thank you for your feedback, it means a lot to us.