---
title: "Create group conversation"
method: POST
path: "/api/im/conversations/group"
tags: ["IM-Conversations"]
---

# Create group conversation

`POST /api/im/conversations/group`

Create a group conversation with title and optional initial members.

## Request body

- object
  - `title` string, required
  - `description` string
  - `memberIds` string[]
  - `metadata` object

## Response `200`

Group conversation created

## Other responses

- `401` — Missing or invalid authentication

---

[API](https://skmtc.dev/prismer-ai/apis/prismer-cloud-api.md) · [All operations](https://skmtc.dev/prismer-ai/apis/prismer-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/prismer-ai/prismer-cloud-api/revisions/7fef0836d17f/schema)
