Skip to main content
PATCH
Update 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 update.

Body

use_for_member_access
boolean

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

Response

Organization client successfully updated.

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.