---
title: "Update user notification read states"
method: PUT
path: "/notifications/users/{user-id}"
tags: ["notification"]
---

# Update user notification read states

`PUT /notifications/users/{user-id}`

Update the notification `read` state for all notifications of the specified user

## Path parameters

- `user-id` string, required

## Request body

- object
  - `read` boolean, required

## Response `200`

User's notifications' read state updated successfully

## Other responses

- `304` — Not modified
- `400` — Bad request
- `401` — Request unauthorized
- `403` — Forbidden
- `500` — Internal server error
- `5XX` — Unexpected/-handled error

---

[API](https://skmtc.dev/discord/apis/copped-aio-database-api.md) · [All operations](https://skmtc.dev/discord/apis/copped-aio-database-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/discord/copped-aio-database-api/revisions/b60a9661e94b/schema)
