Skip to main content
GET
Get an organization client association

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.

client_id
string<client-id>
required

ID of the client association to retrieve.

Response

Organization client association successfully retrieved.

client_id
string<client-id>
required

The identifier of the client associated with the organization.

use_for_member_access
boolean
required

Whether this client is used for member access to the organization.

client
object
required

Metadata about the associated client.