---
title: "POST /api/v1/orgs/{org_uuid}/visibility/groups"
method: POST
path: "/api/v1/orgs/{org_uuid}/visibility/groups"
tags: ["visibility"]
---

# POST /api/v1/orgs/{org_uuid}/visibility/groups

`POST /api/v1/orgs/{org_uuid}/visibility/groups`

## Path parameters

- `org_uuid` string, uuid, required

## Request body

- CreateVisibilityGroupRequest
  - `name` string, required
  - `slug` string

## Response `201`

Created

- VisibilityGroup
  - `id` string, uuid, required
  - `slug` string, required
  - `name` string, required
  - `member_count` integer, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `409` — Conflict

## Changes

- **2026-08-25** `55772030ddd3` — 15 breaking, 15 warning
  - the response property `detail` became nullable for the status `400`
  - the response property `detail` became nullable for the status `401`
  - the response property `detail` became nullable for the status `403`
  - the response property `detail` became nullable for the status `404`
  - …26 more
- **2026-08-19** `b38f8e603649` — 5 breaking, 20 info
  - the `detail` response's property type/format changed from ``/`` to `string`/`` for status `400`
  - the `detail` response's property type/format changed from ``/`` to `string`/`` for status `401`
  - the `detail` response's property type/format changed from ``/`` to `string`/`` for status `403`
  - the `detail` response's property type/format changed from ``/`` to `string`/`` for status `404`
  - …21 more

[Change history](https://skmtc.dev/crosmos/apis/crosmos-api/changes/api/v1/orgs/:org_uuid/visibility/groups/post.md)

---

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