Get default business unit assigned to user
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
The business unit associated with the specified user and 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.