[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003eThis API endpoint allows updating an existing \u003ccode\u003eGroup\u003c/code\u003e resource via a PATCH request to a specific URL.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eresource.name\u003c/code\u003e path parameter is required and identifies the specific \u003ccode\u003eGroup\u003c/code\u003e to be updated using its resource name.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eupdateMask\u003c/code\u003e query parameter is mandatory and specifies which fields of the \u003ccode\u003eGroup\u003c/code\u003e to update, limited to \u003ccode\u003edisplay_name\u003c/code\u003e, \u003ccode\u003edescription\u003c/code\u003e, and \u003ccode\u003elabels\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must contain a \u003ccode\u003eGroup\u003c/code\u003e instance with the updated field values.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful updates return an \u003ccode\u003eOperation\u003c/code\u003e resource, and authorization requires one of the specified OAuth scopes.\u003c/p\u003e\n"]]],[],null,["# Method: groups.patch\n\nUpdates a `Group`.\n\n### HTTP request\n\n`PATCH https://cloudidentity.googleapis.com/v1/{resource.name=groups/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body contains an instance of [Group](/identity/docs/reference/rest/v1/groups#Group).\n\n### Response body\n\nIf successful, the response body contains an instance of [Operation](/identity/docs/reference/rest/Shared.Types/Operation).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-identity.groups`\n- `https://www.googleapis.com/auth/cloud-identity`\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authorization guide](/workspace/guides/configure-oauth-consent)."]]