Method: groups.get
HTTP リクエスト
GET https://admin.googleapis.com/admin/directory/v1/groups/{groupKey}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
groupKey |
string
API リクエスト内のグループを識別します。値には、グループのメールアドレス、グループ エイリアス、または一意のグループ ID を指定できます。
|
リクエスト本文
リクエストの本文は空にする必要があります。
レスポンスの本文
成功した場合、レスポンスの本文には Group
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープのいずれかが必要です。
https://apps-apis.google.com/a/feeds/groups/
https://www.googleapis.com/auth/admin.directory.group
https://www.googleapis.com/auth/admin.directory.group.readonly
詳細については、承認ガイドをご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-05-15 UTC。
[null,null,["最終更新日 2024-05-15 UTC。"],[[["Retrieves properties for a specified group using the group's email address, alias, or unique ID."],["The request requires authorization with specific OAuth scopes related to group access."],["Successful requests return a detailed representation of the group including its properties."],["The API endpoint utilizes gRPC Transcoding syntax for handling requests."],["The request body should be empty, and the response will contain a \"Group\" object with the group's details."]]],[]]