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

limit
integer
default:50
Required range: x <= 200
cursor
string
companyId
string

Response

200 - application/json

Paginated users

data
object[]
count
integer
nextCursor
string | null
Last modified on September 19, 2026