---
title: "POST /v1/orgs/{org_id}/group"
method: POST
path: "/v1/orgs/{org_id}/group"
tags: ["Groups"]
---

# POST /v1/orgs/{org_id}/group

`POST /v1/orgs/{org_id}/group`

Creates a new group from the json content passed in body

## Path parameters

- `org_id` string, required

## Request body

- CoreGroupRequest
  - `name` string

## Response `200`

OK

- CoreGroup
  - `builtin` boolean
  - `created` string
  - `id` string
  - `name` string
  - `orgID` string
  - `updated` string

---

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