List all users for an account
GET/accounts/:account_id/users
Retrieves a list of all users who have access to a specific account. You can use the user_type query parameter to filter this list.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
A list of users for the specified 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.