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

# Add a new group

`POST /groups`

Add a new static group in your account.

## Request body

- GroupInput
  - `title` string, required — The name of the group
  - `isPublic` boolean, required — Should the group be a public group or not. See our documentation for the difference between the two types: https://support.cyberimpact.com/articles/63?l=en_ca#publicvsprivategroup

## Response `201`

The newly created group

- Group
  - `id` integer
  - `title` string
  - `isPublic` boolean
  - `membersCount` integer
  - `mailingsCount` integer
  - `createdOn` string
  - `isDynamic` boolean

## Other responses

- `400` — Bad request
- `401` — Unauthorized

---

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