Skip to main content
POST
Associate clients with an organization

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.

Body

clients
object[]
required

List of clients to associate with the organization.

Required array length: 1 - 100 elements

Response

Organization clients successfully associated.

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

Metadata about the associated client.