Users
Gets a paginated list of all users
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The cursor to start fetching from
The number of items to fetch
Required range:
0 < x <= 100
Example:
10
The emails to filter by. This is purely an OR filter
Maximum length:
20
Response
200
application/json
A list of users
The response is of type object
.