---
title: "Add new group"
method: POST
path: "/fastedge/v1/admin/groups"
tags: ["Groups"]
---

# Add new group

`POST /fastedge/v1/admin/groups`

Create a new collaboration group for sharing resources between clients.
Groups can have capacity limits on member count.

## Request body

- object
  - `default_flag` boolean — Add new members to the group by default
  - `descr` string — Group description
  - `name` string, required — Group name

## Response `200`

Group created successfully, returns group metadata

- GroupShort
  - `id` integer, required — Group ID
  - `name` string, required — Group name
  - `default_flag` boolean, required — Add new members to the group by default
  - `descr` string — Group description
  - `client_count` integer — Number of members in the group
  - `template_count` integer — Number of templates in the group

## Other responses

- `503` — Service unavailable

---

[API](https://skmtc.dev/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.dev/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
