- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization Scopes
- Try it!
Create a group.
HTTP request
POST https://firebaseappdistribution.googleapis.com/v1/{parent=projects/*}/groups
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The name of the project resource, which is the parent of the group resource. Format: Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
groupId |
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 This value should be 4-63 characters, and valid characters are |
Request body
The request body contains an instance of Group
.
Response body
If successful, the response body contains a newly created instance of Group
.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the OAuth 2.0 Overview.