listUsers
GET /auth/admin/list-users
List users
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “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
Section titled “ Responses ”List of users
object
object
Bad Request. Usually due to missing parameters, or invalid parameters.
object
Unauthorized. Due to missing or invalid authentication.
object
Forbidden. You do not have permission to access this resource or to perform this action.
object
Not Found. The requested resource was not found.
object
Too Many Requests. You have exceeded the rate limit. Try again later.
object
Internal Server Error. This is a problem with the server that you cannot fix.