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

# Update notification settings

`PATCH /v3/settings/notifications/`

Update the team's notification preferences. All fields optional; only provided fields change. reportRecipients replaces the client-report recipient list (each entry: email + weekly/monthly/whiteLabel booleans).

## Request body

- object
  - `teamId` string
  - `weeklyReports` boolean
  - `monthlyAudits` boolean
  - `newOpportunities` boolean
  - `resourceUsageWarning` boolean
  - `clientReportsEnabled` boolean
  - `reportRecipients` object[]
    - `email` string, required
    - `weekly` boolean
    - `monthly` boolean
    - `whiteLabel` boolean

## Response `200`

Default Response

---

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