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

# Create group

`POST /group/`

## Request body

- GroupPost
  - `name` string, required
  - `xframe_allow` boolean — Set to true if you want to embed your signing page.

## Response `201`

operation successful

## Other responses

- `400` — groups allowance exceeded or api permissions upgrade required

---

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