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

# POST /v1/{+parent}/groups

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

Creates a new group in a given project and location.

## Path parameters

- `parent` string, required

## Query parameters

- `groupId` string
- `requestId` string

## Request body

- Group — A resource that represents an asset group. The purpose of an asset group is to bundle a set of assets that have something in common, while allowing users to add annotations to the group. An asset can belong to multiple groups.
  - `description` string — Optional. The description of the group.
  - `labels` object — Labels as key value pairs.
  - `name` string — Output only. The name of the group.
  - `createTime` string, google-datetime — Output only. The timestamp when the group was created.
  - `updateTime` string, google-datetime — Output only. The timestamp when the group was last updated.
  - `displayName` string — Optional. User-friendly display name.

## Response `200`

Successful response

---

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