Creates an AppGroup. Once created, user can register apps under the AppGroup to obtain secret key and password. At creation time, the AppGroup's state is set as active.
HTTP request
POST https://apigee.googleapis.com/v1/{parent=organizations/*}/appgroups
[[["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-05-04 UTC."],[[["This endpoint creates an AppGroup within a specified Apigee organization, allowing users to register apps and obtain secret keys and passwords."],["The HTTP request is a `POST` request to the URL `https://apigee.googleapis.com/v1/{parent=organizations/*}/appgroups`, utilizing gRPC Transcoding syntax."],["The `parent` path parameter, which is required, specifies the Apigee organization using the format `organizations/{org}` and requires `apigee.appgroups.create` IAM permission."],["The request and response bodies both contain an instance of the `AppGroup`, which is a resource that represents a group of apps."],["Authorization for this request requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]