---
title: "Create a new group"
method: POST
path: "/v1/{org_name}/groups"
tags: ["Groups"]
---

# Create a new group

`POST /v1/{org_name}/groups`

## Path parameters

- `org_name` string, required

## Request body

- object
  - `group_name` string

## Response `201`

The created group

- GroupResponse
  - `id` string
  - `name` string
  - `slug` string
  - `repository_count` integer — Deprecated in favor of project_count.
  - `project_count` integer
  - `user_count` integer
  - `conditional_exception_count` integer

## Other responses

- `409` — The group already exists

---

[API](https://skmtc.net/tidelift/apis/tidelift-external-api.md) · [All operations](https://skmtc.net/tidelift/apis/tidelift-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tidelift/tidelift-external-api/revisions/5f36bed372bb/schema)
