Lists business units for an 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
A list of business units was retrieved successfully.
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.