v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13134345498.3 KB
organizations

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.

post/v1/{+parent}/appgroups

Path parameters

parentstring required

Required. Name of the Apigee organization in which the AppGroup is created. Use the following structure in your request: organizations/{org}.

Request body

appGroupIdstring

Output only. Internal identifier that cannot be edited

emailstring

Optional. Email of the AppGroup.

displayNamestring

app group name displayed in the UI

channelUristring

A reference to the associated storefront/marketplace.

statusstring

Valid values are active or inactive. Note that the status of the AppGroup should be updated via UpdateAppGroupRequest by setting the action as active or inactive.

createdAtstring int64

Output only. Created time as milliseconds since epoch.

channelIdstring

channel identifier identifies the owner maintaing this grouping.

lastModifiedAtstring int64

Output only. Modified time as milliseconds since epoch.

namestring

Immutable. Name of the AppGroup. Characters you can use in the name are restricted to: A-Z0-9._-$ %.

organizationstring

Immutable. the org the app group is created

Response

Successful response