user
List users
Retrieves a list of users
GET
/
user
/
list
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The cursor for the next page of results to fetch
Filter users by status. Provide multiple values to retrieve users with any of the provided statuses.
Available options:
created
, enabled
, suspended
, disabled