---
title: "Create Org Channel"
method: POST
path: "/organizations/{org_id}/channels"
tags: ["organizations", "organizations"]
---

# Create Org Channel

`POST /organizations/{org_id}/channels`

Open a named channel. Body: {name, group_id?, description?, member_ids?}.

`group_id` absent/null = school-wide (every member sees it); set = scoped to
that section (its students, plus school staff). `member_ids` non-empty =
a hand-picked channel for exactly those people (plus the creator); it
ignores group_id, and ANY staff role may open one — the audience is chosen,
so there is no scope to guard.

## Path parameters

- `org_id` string, required

## Headers

- `authorization` string, nullable

## Request body

- object

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored.md) · [All operations](https://skmtc.dev/fluentea/apis/aurqa-language-learning-platform-refactored/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fluentea/aurqa-language-learning-platform-refactored/revisions/45cbba31aa7d/schema)
