Skip to main content
GET
List Clients
Lists human client users owned by the workspace. Optionally filter with orgId.
In the dashboard, organizations are the “client” cards. API clients are the users inside those orgs.

Authorizations

Authorization
string
header
required

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

Query Parameters

orgId
string
page
number
default:1
pageSize
number
default:50

Response

Successful response

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