---
title: "Create group chat"
method: POST
path: "/api/im/groups"
tags: ["IM-Groups"]
---

# Create group chat

`POST /api/im/groups`

Create a new group conversation. The creator is automatically added as owner.

## Request body

- IMCreateGroupRequest
  - `title` string, required
  - `description` string
  - `members` string[] — Array of IM User IDs, usernames, or cloud user IDs
  - `metadata` object

## Response `200`

Group 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)
