---
title: "Create conversation assignment"
method: POST
path: "/whatsapp/conversations/{conversation_id}/assignments"
tags: ["Conversations"]
---

# Create conversation assignment

`POST /whatsapp/conversations/{conversation_id}/assignments`

Assign a conversation to a team member. Only one active assignment is allowed per conversation.

The user must be a member of the project.

## Request body

- ConversationAssignmentCreateRequest
  - `assignment` object, required
    - `user_id` string, uuid, required — ID of the user to assign
    - `notes` string — Optional notes about the assignment

## Response `201`

Assignment created

- ConversationAssignmentResponse
  - `data` ConversationAssignment, required
    - `id` string, uuid, required
    - `user_id` string, uuid, required — ID of the user assigned to the conversation
    - `created_by_user_id` string, uuid, nullable — ID of the user who created the assignment
    - `notes` string, nullable — Optional notes about the assignment
    - `active` boolean, required — Whether this assignment is currently active
    - `created_at` string, date-time, required

## Other responses

- `401` — Missing or invalid API key
- `404` — Resource not found
- `422` — Validation error

---

[API](https://skmtc.net/kapso/apis/kapso-platform-api.md) · [All operations](https://skmtc.net/kapso/apis/kapso-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kapso/kapso-platform-api/revisions/18ff5548a33f/schema)
