listUsers
GET /auth/admin/list-users
List users
Authorizations
Parameters
Query Parameters
The value to search for
The field to search in, defaults to email. Can be email
or name
The operator to use for the search. Can be contains
, starts_with
or ends_with
The number of users to return
The offset to start from
The field to sort by
The direction to sort by
The field to filter by
The value to filter by
The operator to use for the filter
Responses
200
List of users
object
object
400
Bad Request. Usually due to missing parameters, or invalid parameters.
object
401
Unauthorized. Due to missing or invalid authentication.
object
403
Forbidden. You do not have permission to access this resource or to perform this action.
object
404
Not Found. The requested resource was not found.
object
429
Too Many Requests. You have exceeded the rate limit. Try again later.
object
500
Internal Server Error. This is a problem with the server that you cannot fix.