[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-30 UTC."],[],[],null,["# REST Resource: projects.groups\n\n- [Resource: Group](#Group)\n - [JSON representation](#Group.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Group\n---------------\n\nA group which can contain testers. A group can be invited to test apps in a Firebase project.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"displayName\": string, \"testerCount\": integer, \"releaseCount\": integer, \"inviteLinkCount\": integer } ``` |\n\n| Fields ||\n|-----------------------|--------------------------------------------------------------------------------------------------|\n| `name` | `string` The name of the group resource. Format: `projects/{projectNumber}/groups/{group_alias}` |\n| `display``Name` | `string` Required. The display name of the group. |\n| `tester``Count` | `integer` Output only. The number of testers who are members of this group. |\n| `release``Count` | `integer` Output only. The number of releases this group is permitted to access. |\n| `invite``Link``Count` | `integer` Output only. The number of invite links for this group. |\n\n| Methods ------- ||\n|---------------------------------------------------------------------------------------|-------------------------------------|\n| ### [batchJoin](/docs/reference/app-distribution/rest/v1/projects.groups/batchJoin) | Batch adds members to a group. |\n| ### [batchLeave](/docs/reference/app-distribution/rest/v1/projects.groups/batchLeave) | Batch removed members from a group. |\n| ### [create](/docs/reference/app-distribution/rest/v1/projects.groups/create) | Create a group. |\n| ### [delete](/docs/reference/app-distribution/rest/v1/projects.groups/delete) | Delete a group. |\n| ### [get](/docs/reference/app-distribution/rest/v1/projects.groups/get) | Get a group. |\n| ### [list](/docs/reference/app-distribution/rest/v1/projects.groups/list) | List groups. |\n| ### [patch](/docs/reference/app-distribution/rest/v1/projects.groups/patch) | Update a group. |"]]