user
List users
Retrieves a list of users
GET
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
Example:
"vjl8vk3l4o8dhsjlzh=="
Filter users by status. Provide multiple values to retrieve users with any of the provided statuses.
Available options:
created
, enabled
, suspended
, disabled