Retrieves the list of users for the specified account.
GET {{baseUrl}}/v2.1/accounts/{{accountId}}/users?additional_info={{additional_info}}&count={{count}}&email={{email}}&email_substring={{email_substring}}&group_id={{group_id}}&include_usersettings_for_csv={{include_usersettings_for_csv}}&login_status={{login_status}}¬_group_id={{not_group_id}}&start_position={{start_position}}&status={{status}}&user_name_substring={{user_name_substring}}
Retrieves the list of users for the specified account.
The response returns the list of users for the account along with the information about the result set. If the additional_info
query was added to the endpoint and set to true, the full user information is returned for each user
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
additional_info | string | ||
count | string | ||
email | string | ||
email_substring | string | ||
group_id | string | ||
include_usersettings_for_csv | string | ||
login_status | string | ||
not_group_id | string | ||
start_position | string | ||
status | string | ||
user_name_substring | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Authorization | string |