---
title: "Update user notification preferences"
method: PUT
path: "/api/v2/users/{user}/notifications/preferences"
tags: ["Notifications"]
---

# Update user notification preferences

`PUT /api/v2/users/{user}/notifications/preferences`

## Path parameters

- `user` string, required

## Request body

- CodersdkUpdateUserNotificationPreferences
  - `template_disabled_map` object

## Response `200`

OK

- CodersdkNotificationPreference[]
  - `disabled` boolean
  - `id` string, uuid
  - `updated_at` string, date-time

---

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