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.

inviteLinkCount

integer

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

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.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2024-12-30 UTC.