---
title: "CreateUsergroup creates a user group in the organization"
method: POST
path: "/v1/orgs/{org}/usergroups"
---

# CreateUsergroup creates a user group in the organization

`POST /v1/orgs/{org}/usergroups`

## Path parameters

- `org` string, required

## Request body

- object
  - `name` string

## Response `200`

A successful response.

- V1CreateUsergroupResponse
  - `usergroup` V1Usergroup
    - `createdOn` string, date-time
    - `groupDescription` string
    - `groupId` string
    - `groupName` string
    - `managed` boolean
    - `updatedOn` string, date-time

## Other responses

- `default` — An unexpected error response.

---

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