Skip to main content
GET
List users

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

order_by
string

Orders results by a comma-separated list of fields. Fields sort ascending by default; append asc or desc to set a direction. Supported fields: id, email, name. Default: id asc. Unless id is explicitly included, id asc is appended as a deterministic tie-breaker.

Example:

"email,name desc"

Response

OK

data
object[]
required