---
title: "POST /chat/sessions/{chat_id}/collaborators"
method: POST
path: "/chat/sessions/{chat_id}/collaborators"
tags: ["chat"]
---

# POST /chat/sessions/{chat_id}/collaborators

`POST /chat/sessions/{chat_id}/collaborators`

## Path parameters

- `chat_id` string, uuid, required

## Request body

- AddCollaboratorRequest
  - `email` string, required
  - `role` 'viewer' | 'editor' | 'owner', required

## Response `201`

Collaborator added successfully

## Other responses

- `400` — Bad request
- `404` — User not found
- `500` — Internal server error

---

[API](https://skmtc.net/structifyai/apis/structify.md) · [All operations](https://skmtc.net/structifyai/apis/structify/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/structifyai/structify/versions/1364930b6980/schema)
