---
title: "Bulk Assign conversation to users"
method: PUT
path: "/conversations/batch-queue/reassign"
tags: ["Conversations"]
---

# Bulk Assign conversation to users

`PUT /conversations/batch-queue/reassign`

REQUIRED SCOPES <code>['conversations:write']</code>

## Request body

- object
  - `team_id` integer, required — The ID of the Team
  - `conversations_ids` integer[] — The IDs of Conversations
  - `members_ids` integer[] — The IDs of Members
  - `reassign_all` boolean — Reassign all flag
  - `conversation_filter` string

## Response `200`

Ok

---

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