Skip to main content
GET
List organization client associations

承認

Authorization
string
header
必須

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

パスパラメータ

id
string<organization-id>
必須

ID of the organization.

クエリパラメータ

from
string

Optional Id from which to start selection.

take
integer
デフォルト:50

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

必須範囲: x >= 1

レスポンス

Organization clients successfully retrieved.

clients
object[]
必須

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.