Skip to main content
POST
Associate clients with an organization

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.

Corps

clients
object[]
requis

List of clients to associate with the organization.

Required array length: 1 - 100 elements

Réponse

Organization clients successfully associated.

client_id
string<client-id>
requis

The identifier of the client associated with the organization.

use_for_member_access
boolean
requis

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

client
object

Metadata about the associated client.