Get Business Units for a user

GET {{baseUrl}}/business-units/v3/business-units/user/:userId?properties=<string>&properties=<string>&name=<string>&name=<string>

Get Business Units identified by userId. The userId refers to the user’s ID.

Request Params

KeyDatatypeRequiredDescription
propertiesstringThe names of properties to optionally include in the response body. The only valid value is logoMetadata.
propertiesstringThe names of properties to optionally include in the response body. The only valid value is logoMetadata.
namestringThe names of Business Units to retrieve. If empty or not provided, then all associated Business Units will be returned.
namestringThe names of Business Units to retrieve. If empty or not provided, then all associated Business Units will be returned.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;results&quot;:[{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;logoMetadata&quot;:{&quot;logoUrl&quot;:&quot;\u003cstring\u003e&quot;,&quot;logoAltText&quot;:&quot;\u003cstring\u003e&quot;,&quot;resizedUrl&quot;:&quot;\u003cstring\u003e&quot;}},{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;logoMetadata&quot;:{&quot;logoUrl&quot;:&quot;\u003cstring\u003e&quot;,&quot;logoAltText&quot;:&quot;\u003cstring\u003e&quot;,&quot;resizedUrl&quot;:&quot;\u003cstring\u003e&quot;}}]}