Skip to main content
GET
List organization client associations

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<organization-id>
required

ID of the organization.

Query Parameters

from
string

Optional Id from which to start selection.

take
integer
default:50

Number of results per page. Defaults to 50. Values greater than the maximum of 100 are capped at 100.

Required range: x >= 1

Response

Organization clients successfully retrieved.

clients
object[]
required

The list of clients associated with the organization.

next
string

An opaque token that, when present, can be passed as the from query parameter to retrieve the next page of results.