Returns business unit ID for user's account.
GET/accounts/{account_id}/users/{user_id}/business-units
Returns the business unit ID associated with the specified user's account.
info
This API doesn't return all the business units within an account. To get all the business units for an account use /accounts/{account_id}/business-units.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Successfully returned the business unit ID associated with the user's account.
A request is not valid and can't be processed.
A request is unauthorized.
A requested is forbidden.
A requested resource isn't found.
A request failed due to an internal error.