List organization users
Returns a list of the users in your organization.
GET
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The page number to load
Required range:
x >= 1The size of the page
Required range:
1 <= x <= 250Filter by user status
Available options:
enabled, disabled, blocked Filter by email address (partial match)
When set to true, includes the groups array for each user in the response. The groups array contains objects with id and name for each group the user belongs to.
Display information about allocatable global outbound channels for the current user.
Previous
Get organization user
Next
JavaScript