---
title: "make unread conversations for the given team/inbox"
method: PUT
path: "/conversations/batch-queue/unread"
tags: ["Conversations"]
---

# make unread conversations for the given team/inbox

`PUT /conversations/batch-queue/unread`

REQUIRED SCOPES <code>['conversations:write']</code><br> make unread conversations for the given team/inbox

## Request body

- object
  - `team_id` integer, required — The ID of the Team
  - `ids` integer[] — The IDs of Conversations
  - `unread_all` boolean
  - `conversation_filter` string

## Response `200`

Response

## Other responses

- `422` — Unprocessable Entity

---

[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)
