---
title: "Create a single entity group"
method: POST
path: "/group"
tags: ["Monitoring: Entity Creation"]
---

# Create a single entity group

`POST /group`

Create a single entity group under your account.

## Request body

- RequestCreateEntityGroupRequestPublic
  - `entityGroupName` string

## Response `200`

OK

- ResponseEntityGroup
  - `associatedEntitiesCount` integer — The number of entities present in this group
  - `associatedTeamsCount` integer — The number of teams which this groups belongs
  - `createdAt` string, date-time
  - `entityGroupName` string
  - `id` integer
  - `updatedAt` string, date-time

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `429` — Too Many Requests
- `500` — Internal Server Error

---

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