---
title: "Add new group to the channel"
method: POST
path: "/channels/{channel_name}/groups"
tags: ["groups"]
---

# Add new group to the channel

`POST /channels/{channel_name}/groups`

## Path parameters

- `channel_name` string, required

## Request body

- ChannelGroupRequest
  - `group_id` string, required — group_id to add
  - `permission` 'read' | 'write' | 'manage', required

## Response `204`

successfully added group to the channel

## Other responses

- `401` — Unauthenticated, no token is provided or token is invalid
- `403` — Access is forbidden
- `404` — The specified resource was not found
- `500` — Internal server error

---

[API](https://skmtc.net/anaconda/apis/anaconda-server-api.md) · [All operations](https://skmtc.net/anaconda/apis/anaconda-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/anaconda/anaconda-server-api/versions/6aef0cb7a151/schema)
