Returns a list of business units available on the account.
GET/accounts/{account_id}/business-units
Lists available account business units. Business unit definitions are supposed to help you organize surveys between different parts of your organization. They also determine the currency used by their assigned surveys.
info
To get default business unit assigned to the user within the account then use /accounts/{account_id}/users/{user_id}/business-units API mentioned under Accounts section.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Successfully returned account business units.
A request is not valid and can't be processed.
A request is unauthorized.
A requested is forbidden.
A request failed due to an internal error.