---
title: "Create a new group"
method: POST
path: "/account/groups"
tags: ["Account"]
---

# Create a new group

`POST /account/groups`

## Request body

- GroupPost
  - `description` string
  - `name` string
  - `expires_at` integer
  - `org_default_role` string
  - `org_roles` object

## Other responses

- `200` — unresolved $ref
- `401` — Access token is missing or invalid

## Changes

- **2022-02-09** `839efb3fe59d` — 2 info
  - added the non-success response with the status `401`
  - added the success response with the status `200`
- **2022-02-09** `e7ed27395211` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/rumble/apis/rumble-api-deprecated/changes/account/groups/post.md)

---

[API](https://skmtc.dev/rumble/apis/rumble-api-deprecated.md) · [All operations](https://skmtc.dev/rumble/apis/rumble-api-deprecated/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rumble/rumble-api-deprecated/revisions/7c193c1fcd5c/schema)
