---
title: "Update notification preferences"
method: POST
path: "/api/auth/user/preferences"
tags: ["v1", "auth"]
---

# Update notification preferences

`POST /api/auth/user/preferences`

## Request body

- NotificationPreferenceDTO
  - `email` string, email, required
  - `briefing_frequency` 'DAILY' | 'WEEKLY' | 'MONTHLY' | 'OFF', required
  - `alerts_enabled` boolean, required
  - `store_verdicts_enabled` boolean, required
  - `daily_limit` integer — Max product emails per day; 0 sends none. Account and billing messages are service mail and ignore it.

## Response `200`

Successful Response

- NotificationPreference — The volume knob from the Briefing footer, not a checkbox list. Billing and account messages are service mail and are not represented here — they are sent regardless of these settings.
  - `user_id` string, required
  - `email` string, email, required
  - `briefing_frequency` 'DAILY' | 'WEEKLY' | 'MONTHLY' | 'OFF'
  - `alerts_enabled` boolean
  - `store_verdicts_enabled` boolean
  - `daily_limit` integer

## Other responses

- `401` — Authentication required
- `422` — Validation Error

## Changes

- **2026-08-26** `8bb6e38d9e24` — 3 breaking, 4 warning, 6 info
  - added the new required request property `alerts_enabled`
  - added the new required request property `briefing_frequency`
  - added the new required request property `store_verdicts_enabled`
  - removed the request property `preferences`
  - …9 more

[Change history](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/changes/api/auth/user/preferences/post.md)

---

[API](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server.md) · [All operations](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/significant-gravitas/autogpt-agent-server/revisions/5dc375899754/schema)
