---
title: "Create a group"
method: POST
path: "/groups"
tags: ["Groups"]
---

# Create a group

`POST /groups`

## Request body

- S12ThepubV1CreateGroupRequest — The parameters for `CreateGroup`
  - `name` string, required — The name of the group to be created.

## Response `200`

A successful response.

- S12ThepubV1CreateGroupResponse — Result returned from `CreateGroup`
  - `id` string — The id of the group.
  - `name` string — The name of the group.

## Other responses

- `default` — An unexpected error response.

---

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