Creates a GcpUserAccessBinding. If the client specifies a name, the server ignores it. Fails if a resource already exists with the same [groupKey]
[google.identity.accesscontextmanager.v1alpha.GcpUserAccessBinding.group_ke y]. Completion of this long-running operation does not necessarily signify that the new binding is deployed onto all affected users, which may take more time.
HTTP request
POST https://accesscontextmanager.googleapis.com/v1alpha/{parent=organizations/*}/gcpUserAccessBindings
[[["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-07-17 UTC."],[[["\u003cp\u003eThis endpoint creates a new GcpUserAccessBinding resource within a specified organization.\u003c/p\u003e\n"],["\u003cp\u003eThe HTTP request is a POST operation to the provided URL, utilizing gRPC Transcoding syntax, and requires a parent organization identifier.\u003c/p\u003e\n"],["\u003cp\u003eThe request body must contain an instance of GcpUserAccessBinding, while the response body returns a new Operation instance upon success.\u003c/p\u003e\n"],["\u003cp\u003eCreating the GcpUserAccessBinding fails if a resource with the same groupKey already exists.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization to use this endpoint requires the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope.\u003c/p\u003e\n"]]],[],null,["# Method: organizations.gcpUserAccessBindings.create\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nCreates a [GcpUserAccessBinding](/access-context-manager/docs/reference/rest/v1alpha/organizations.gcpUserAccessBindings#GcpUserAccessBinding). If the client specifies a [name](/access-context-manager/docs/reference/rest/v1alpha/organizations.gcpUserAccessBindings#GcpUserAccessBinding.FIELDS.name), the server ignores it. Fails if a resource already exists with the same \\[groupKey\\]\n\\[google.identity.accesscontextmanager.v1alpha.GcpUserAccessBinding.group_ke y\\]. Completion of this long-running operation does not necessarily signify that the new binding is deployed onto all affected users, which may take more time.\n\n### HTTP request\n\n`POST https://accesscontextmanager.googleapis.com/v1alpha/{parent=organizations/*}/gcpUserAccessBindings`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body contains an instance of [GcpUserAccessBinding](/access-context-manager/docs/reference/rest/v1alpha/organizations.gcpUserAccessBindings#GcpUserAccessBinding).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [Operation](/access-context-manager/docs/reference/rest/Shared.Types/Operation).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]