Skip to main content
GET
Get Clients by Organization
Returns human client users within the organization. You must own the organization via your workspace secret.
These are login users under an org — not the organization records themselves. To list orgs, use GET /orgs.

Authorizations

Authorization
string
header
required

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

Path Parameters

orgId
string
required

Query Parameters

page
number
default:1
pageSize
number
default:20

Response

Successful response

success
boolean
required
message
string
required
data
object[]
required
total
number
required
totalPages
number
required
currentPage
number
required