---
title: "Add a member to a conversation"
method: POST
path: "/chat/conversation/{conversation_id}/member"
tags: ["Chat"]
---

# Add a member to a conversation

`POST /chat/conversation/{conversation_id}/member`

## Request body

- ConversationMemberCreateBodyParamDef
  - `user_id` string, required
  - `member_type` 'inbox' | 'chatterbox' | 'note', required

## Response `201`

The response after a member has been added to a conversation

- ConversationMemberCreateBodyParamResponseDef
  - `conversation_id` string, required

## Other responses

- `400` — Conversation Member validation response definition
- `401` — Failed to authenticate the user making the request
- `404` — Resource not found
- `409` — Failed when some conflicts occurred with the data
- `412` — Failed some pre condition on business logic
- `default` — Server error occurred

---

[API](https://skmtc.dev/staffshift/apis/staffshift-api-gateway.md) · [All operations](https://skmtc.dev/staffshift/apis/staffshift-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/staffshift/staffshift-api-gateway/revisions/6e2cb83db3a9/schema)
