---
title: "Update notification preferences"
method: PUT
path: "/api/v1/profile/notifications"
---

# Update notification preferences

`PUT /api/v1/profile/notifications`

Update user notification preferences

## Request body

- object
  - `email_notifications` boolean — Enable or disable email notifications
  - `push_notifications` boolean — Enable or disable push notifications
  - `marketing_emails` boolean — Enable or disable marketing emails
  - `security_alerts` boolean — Enable or disable security alerts

## Response `200`

Preferences updated successfully

- object
  - `success` boolean
  - `data` object
    - `email_notifications` boolean — Email notifications enabled
    - `push_notifications` boolean — Push notifications enabled
    - `marketing_emails` boolean — Marketing emails enabled
    - `security_alerts` boolean — Security alerts enabled
  - `meta` object
    - `timestamp` string, date-time — Response timestamp
  - `message` string — Success message

## Other responses

- `400` — Bad Request (invalid data)
- `401` — Unauthorized (invalid or missing token)
- `403` — Forbidden (insufficient permissions)
- `404` — Not Found (resource not found)
- `500` — Internal Server Error (server error)

---

[API](https://skmtc.dev/evolution-foundation/apis/evolution-foundation-knowledge-service-knowledge-base-config.md) · [All operations](https://skmtc.dev/evolution-foundation/apis/evolution-foundation-knowledge-service-knowledge-base-config/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/evolution-foundation/evolution-foundation-knowledge-service-knowledge-base-config/revisions/bb9e57582174/schema)
