---
title: "Create a new group chat room"
method: POST
path: "/v1/chat/rooms"
tags: ["chat"]
---

# Create a new group chat room

`POST /v1/chat/rooms`

## Request body

- object
  - `memberIds` string[], required

## Response `200`

Successful response

- object
  - `roomId` string, required
  - `channelName` string, required
  - `name` string, required

## Other responses

- `404` — Resource not found

---

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