Returns a list of the users in your organization.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The page number to load
x >= 1The size of the page
1 <= x <= 250Filter by user status
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.