v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13184060.7 KB
projects

Create a group.

post/v1/{+parent}/groups

Path parameters

parentstring required

Required. The name of the project resource, which is the parent of the group resource. Format: projects/{project_number}

Query parameters

groupIdstring

Optional. The "alias" to use for the group, which will become the final component of the group's resource name. This value must be unique per project. The field is named groupId to comply with AIP guidance for user-specified IDs. This value should be 4-63 characters, and valid characters are /a-z-/. If not set, it will be generated based on the display name.

Request body

inviteLinkCountinteger

Output only. The number of invite links for this group.

namestring

The name of the group resource. Format: projects/{project_number}/groups/{group_alias}

displayNamestring

Required. The display name of the group.

testerCountinteger

Output only. The number of testers who are members of this group.

releaseCountinteger

Output only. The number of releases this group is permitted to access.

Response

Successful response