Method: groups.patch
グループのプロパティを更新します。このメソッドは、パッチの動作をサポートします。
HTTP リクエスト
PATCH https://admin.googleapis.com/admin/directory/v1/groups/{groupKey}
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
groupKey |
string
API リクエスト内のグループを識別します。値には、グループのメールアドレス、グループ エイリアス、または一意のグループ ID を指定できます。
|
リクエスト本文
リクエストの本文には Group
のインスタンスが含まれています。
レスポンスの本文
成功した場合、レスポンスの本文には Group
のインスタンスが含まれます。
認可スコープ
次の OAuth スコープのいずれかが必要です。
https://apps-apis.google.com/a/feeds/groups/
https://www.googleapis.com/auth/admin.directory.group
詳細については、承認ガイドをご覧ください。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-05-15 UTC。
[null,null,["最終更新日 2024-05-15 UTC。"],[[["This method updates a group's properties using patch semantics, allowing for partial modifications."],["It requires an HTTP PATCH request to a specific URL, including the group's identifier (email, alias, or ID)."],["The request body should contain the desired group properties in JSON format as defined by the Group resource."],["Upon successful execution, the response will include the updated group information."],["Authorization is necessary using one of the specified OAuth scopes for access to group management."]]],[]]