Skip to main content
GET
List organization users

Authorizations

Authorization
string
header
required

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

Path Parameters

org_id
string
required

Target organization id (from the route path)

Query Parameters

cursor
string | null
limit
integer
default:50
Required range: 1 <= x <= 200

Response

Successful Response

items
PublicUserResponse · object[]
required
nextCursor
string | null