Users
List Users
List all users of tenant filtered by query and showInvalidUsers. Pagination is available based on query parameters.
GET
List Users
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Number of items per page
Required range:
1 <= x <= 1000
Example:
10
Number of items to skip
Required range:
x >= 0
Example:
0
Show Deactivated users
Response
200 - application/json
Returns all users of tenant and also the response includes paginated data.
The response is of type object
.
List Users