[[["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 webpage documents the \u003ccode\u003ePATCH\u003c/code\u003e request method used to update an existing \u003ccode\u003eGroup\u003c/code\u003e resource via the Cloud Identity API.\u003c/p\u003e\n"],["\u003cp\u003eThe resource to be updated is identified through the \u003ccode\u003eresource.name\u003c/code\u003e path parameter in the format \u003ccode\u003egroups/{groupId}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eupdateMask\u003c/code\u003e query parameter specifies which fields of the \u003ccode\u003eGroup\u003c/code\u003e resource can be modified, such as \u003ccode\u003edisplay_name\u003c/code\u003e, \u003ccode\u003edescription\u003c/code\u003e, \u003ccode\u003elabels\u003c/code\u003e, \u003ccode\u003edynamic_group_metadata\u003c/code\u003e, or \u003ccode\u003eposix_groups\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must include the updated \u003ccode\u003eGroup\u003c/code\u003e data, and the successful response will return an \u003ccode\u003eOperation\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eTo perform this operation, the request requires one of the specified OAuth scopes related to cloud identity and/or cloud platform access.\u003c/p\u003e\n"]]],[],null,["# Method: groups.patch\n\nUpdates a `Group`.\n\n### HTTP request\n\n`PATCH https://cloudidentity.googleapis.com/v1beta1/{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/v1beta1/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)."]]