---
title: "Add a participant to a conversation"
method: POST
path: "/api/w/{wId}/assistant/conversations/{cId}/participants"
tags: ["Private Conversations"]
---

# Add a participant to a conversation

`POST /api/w/{wId}/assistant/conversations/{cId}/participants`

Adds the authenticated user as a participant to a specific conversation.

## Path parameters

- `wId` string, required
- `cId` string, required

## Response `201`

Successfully added participant

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/dust-tt/apis/dust-api-documentation.md) · [All operations](https://skmtc.net/dust-tt/apis/dust-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dust-tt/dust-api-documentation/revisions/5834d690c29d/schema)
