---
title: "POST /v1/{+parent}/groups"
method: POST
path: "/v1/{+parent}/groups"
tags: ["projects"]
---

# POST /v1/{+parent}/groups

`POST /v1/{+parent}/groups`

Create a group.

## Path parameters

- `parent` string, required

## Query parameters

- `groupId` string

## Request body

- GoogleFirebaseAppdistroV1Group — A group which can contain testers. A group can be invited to test apps in a Firebase project.
  - `inviteLinkCount` integer — Output only. The number of invite links for this group.
  - `name` string — The name of the group resource. Format: `projects/{project_number}/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.

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/firebaseappdistribution.md) · [All operations](https://skmtc.dev/google/apis/firebaseappdistribution/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/firebaseappdistribution/revisions/f76302533b5d/schema)
