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
The URL uses gRPC Transcoding syntax.
Path parameters
parent
string
Required. Name of the Apigee organization in which the AppGroup is created. Use the following structure in your request: organizations/{org}
.
Authorization requires the following IAM
permission on the specified resource parent
:
-
apigee.appgroups.create
Request body
The request body contains an instance of AppGroup
.
Response body
If successful, the response body contains a newly created instance of AppGroup
.
Authorization scopes
Requires the following OAuth scope:
-
https://www.googleapis.com/auth/cloud-platform

