---
title: "Update notification settings"
method: PUT
path: "/settings/notifications"
tags: ["Settings"]
---

# Update notification settings

`PUT /settings/notifications`

Updates notification delivery preferences for the authenticated user in the active team.

## Request body

- NotificationSettingsUpdateRequest
  - `email_notifications_enabled` boolean
  - `popup_notifications_enabled` boolean
  - `show_unread_items_count` boolean
  - `daily_digest_enabled` boolean

## Response `200`

Settings updated successfully

- object
  - `done` boolean, required — Indicates if the operation was successful
  - `body` object, nullable, required — Response data (type varies by endpoint, null if no data)
    - `email_notifications_enabled` boolean
    - `popup_notifications_enabled` boolean
    - `show_unread_items_count` boolean
    - `daily_digest_enabled` boolean
  - `title` string, nullable — Optional response title
  - `message` string, nullable — Optional message (error message or success notification)

## Other responses

- `403` — CSRF token validation failed

---

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