---
title: "Create group"
method: POST
path: "/workspace/{ws_id}/table/sys_groups"
tags: ["Groups"]
---

# Create group

`POST /workspace/{ws_id}/table/sys_groups`

Create a new group

## Path parameters

- `ws_id` string, required

## Request body

- ApiRequestsCreateGroupRequest
  - `description` string
  - `managed` boolean
  - `name` string

## Response `200`

OK

- ModelsGroup
  - `created_at` integer
  - `created_by` string
  - `description` string
  - `id` string
  - `managed` boolean
  - `name` string
  - `tenant_id` string
  - `updated_at` integer
  - `updated_by` string

## Other responses

- `400` — Failed to create group

---

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