Skip to main content
GET
C#

承認

Authorization
string
header
必須

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

パスパラメータ

id
string<organization-id>
必須

organizationのID。

client_id
string<client-id>
必須

取得するクライアント関連付けのID。

レスポンス

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

client
object
必須

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

client_id
string<client-id>
必須

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

use_for_member_access
boolean
必須

このクライアントが organization へのメンバーアクセスに使用されるかどうか。