---
title: "Service Desk - mark mentions read or dismissed"
method: POST
path: "/ServiceDesk/Mentions/State"
tags: ["Servicedesk"]
---

# Service Desk - mark mentions read or dismissed

`POST /ServiceDesk/Mentions/State`

**Requires permission:** *IT*

Marks the given mentions (or all of the caller's outstanding ones) as read, unread or dismissed. Requires the IT permission.

## Request body

- PostServiceDeskMentionStateRequest
  - `ids` integer[]
  - `state` string, nullable
  - `all` boolean

## Response `200`

Success

- PostServiceDeskMentionStateResponse
  - `updated` integer
  - `unreadCount` integer
  - `meta` Meta
    - `page` integer
    - `pageSize` integer
    - `total` integer

## Other responses

- `400` — Unknown state
- `401` — Unauthorized
- `403` — Missing IT permission

## Changes

- **2026-08-18** `4d9bcf62aa69` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/tonbridge/apis/tonbridge-app-api/changes/ServiceDesk/Mentions/State/post.md)

---

[API](https://skmtc.dev/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.dev/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/revisions/223cb0feedeb/schema)
