---
title: "Update conversation assignee"
method: PUT
path: "/conversations/{conversation_id}/assignee"
tags: ["Conversations"]
---

# Update conversation assignee

`PUT /conversations/{conversation_id}/assignee`

Assign or unassign a conversation.

Required scope: `conversations:write`

## Path parameters

- `conversation_id` string, required

## Request body

- UpdateConversationAssignee
  - `assignee_id` string, required — ID of the teammate to assign the conversation to. Set it to null to unassign.

## Response `204`

No content

## Other responses

- `301` — If the conversation has been merged, the response redirects you to the merged conversation.

---

[API](https://skmtc.net/frontapp/apis/core-api.md) · [All operations](https://skmtc.net/frontapp/apis/core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/frontapp/core-api/revisions/76d1eaa2d0eb/schema)
