REST Resource: projects.groups

Resource: Group

A group which can contain testers. A group can be invited to test apps in a Firebase project.

JSON representation
{
  "name": string,
  "displayName": string,
  "testerCount": integer,
  "releaseCount": integer,
  "inviteLinkCount": integer
}
Fields
name

string

The name of the group resource.

Format: projects/{projectNumber}/groups/{group_alias}

displayName

string

Required. The display name of the group.

testerCount

integer

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

releaseCount

integer

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

Methods

batchJoin

Batch adds members to a group.

batchLeave

Batch removed members from a group.

create

Create a group.

delete

Delete a group.

get

Get a group.

list

List groups.

patch

Update a group.