メインコンテンツへスキップ
GET
https://{tenantDomain}/api/v2
/
connections
/
{id}
/
directory-provisioning
/
synchronized-groups
ディレクトリのプロビジョニング設定の同期済みグループを取得する
curl --request GET \
  --url https://{tenantDomain}/api/v2/connections/{id}/directory-provisioning/synchronized-groups \
  --header 'Authorization: Bearer <token>'
{
  "groups": [
    {
      "id": "<string>"
    }
  ],
  "next": "<string>"
}

承認

Authorization
string
header
必須

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

パスパラメータ

id
string
必須

同期済みグループを一覧表示する対象の接続のid。

クエリパラメータ

from
string

選択を開始する位置を示す任意のId。

take
integer

1ページあたりの結果数。既定値は50です。

必須範囲: 1 <= x <= 100

レスポンス

接続の同期済みグループ。スキーマについては、Response Schemasを参照してください。

groups
object[]
必須

同期用に設定された Google Workspace グループ ID の配列。

next
string

結果の次のページで "from" クエリパラメーターとして使用するカーソル。