[[["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 you to create a new Group via a POST request to \u003ccode\u003ehttps://cloudidentity.googleapis.com/v1/groups\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003einitialGroupConfig\u003c/code\u003e query parameter is optional and defines how the group should be initially configured, such as setting the request creator as the initial owner or creating an empty group.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must contain an instance of a Group, and a successful response will return an instance of an Operation.\u003c/p\u003e\n"],["\u003cp\u003eCreating a group requires one of the following OAuth scopes: \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-identity.groups\u003c/code\u003e, \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-identity\u003c/code\u003e, or \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Method: groups.create\n\nCreates a Group.\n\n### HTTP request\n\n`POST https://cloudidentity.googleapis.com/v1/groups`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\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 a newly created 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).\n\nInitialGroupConfig\n------------------\n\nThe initial configuration options for creating a `Group`."]]