Skip to main content
POST
C#

承認

Authorization
string
header
必須

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

パスパラメータ

id
string<organization-id>
必須

organizationのID。

ボディ

clients
object[]
必須

organization に関連付けるクライアントのリスト。

Required array length: 1 - 10 elements

レスポンス

organizationのクライアントが正常に関連付けられました。

client
object
必須

関連付けられたクライアントのメタデータ。

client_id
string<client-id>
必須

organization に関連付けられているクライアントの識別子。

use_for_member_access
boolean
必須

このクライアントを、organization へのメンバーアクセスに使用するかどうか。