メインコンテンツへスキップ
PUT
https://{tenantDomain}/api/v2
/
connections
/
{id}
/
directory-provisioning
/
synchronized-groups
ディレクトリのプロビジョニング設定の同期済みグループ選択を作成または置換する
curl --request PUT \
  --url https://{tenantDomain}/api/v2/connections/{id}/directory-provisioning/synchronized-groups \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "groups": [
    {
      "id": "<string>"
    }
  ]
}
'

承認

Authorization
string
header
必須

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

パスパラメータ

id
string
必須

同期済みグループを作成または置換する対象の接続のid

ボディ

groups
object[]
必須

同期する Google Workspace Directory グループオブジェクトの配列。

レスポンス

コンテンツなし