Skip to main content
GET
Get Users

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
integer
default:20

Pagination - How many results to return

Required range: x <= 50
offset
integer
default:0

Pagination - How many results to skip

sortField
enum<string>
Available options:
EMAIL
sortAscending
boolean
searchQuery
string

Only return users whose name or email match this string

updatedSince
string<date-time>

Response

200 - application/json

The request has succeeded.

users
object[]
required
pageInfo
object
required