Skip to main content
GET
List organization client associations

Autorisations

Authorization
string
header
requis

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

Paramètres de chemin

id
string<organization-id>
requis

ID of the organization.

Paramètres de requête

from
string

Optional Id from which to start selection.

take
integer
défaut:50

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

Plage requise: x >= 1

Réponse

Organization clients successfully retrieved.

clients
object[]
requis

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.