---
title: "Gets a user's notification summary."
method: GET
path: "/Notifications/{userId}/Summary"
tags: ["Notifications"]
---

# Gets a user's notification summary.

`GET /Notifications/{userId}/Summary`

## Path parameters

- `userId` string, required

## Response `200`

Summary of user's notifications returned.

- NotificationsSummaryDto — The notification summary DTO.
  - `UnreadCount` integer — Gets or sets the number of unread notifications.
  - `MaxUnreadNotificationLevel` 'Normal' | 'Warning' | 'Error'

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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