---
title: "Assign an operator to a conversation"
method: PUT
path: "/api/ext/v3/conversations/{target}/operator"
tags: ["Conversations"]
---

# Assign an operator to a conversation

`PUT /api/ext/v3/conversations/{target}/operator`

## Path parameters

- `target` string, required

## Request body

- AssignConversationOperatorRequest — Request model for assigning a conversation operator.
  - `assignee_email` string, nullable, required — Email of the assignee. If not provided, the conversation will be assigned to the bot operator.

## Response `200`

Returns the operation result.

- AssignConversationOperatorResponse — Response model for assigning a conversation operator.
  - `result` boolean — Assign result

## Other responses

- `400` — The request is invalid.
- `401` — The request is unauthorized.
- `403` — The request is forbidden.
- `429` — Too many requests. Either the rate limit has been exceeded or usage limits have been reached.
- `500` — Unexpected error occurred. Please try again.

---

[API](https://skmtc.dev/wati/apis/api-documentation-v3.md) · [All operations](https://skmtc.dev/wati/apis/api-documentation-v3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wati/api-documentation-v3/revisions/dee16d2c7d41/schema)
