---
title: "Manage the employer user notification settings"
method: PATCH
path: "/v2/providers/employers/users/{userId}/notificationsettings"
tags: ["Employer user notification settings"]
---

# Manage the employer user notification settings

`PATCH /v2/providers/employers/users/{userId}/notificationsettings`

__Activity name :__ PatchEmployerUserNotificationSettingsByUserId

Manage the employer user notifications and `notificationSet`.

__Note:__ Currently the `notificationSet` doesnt do anything in regard to which notifications are enabled or disabled.  It only functions as a guide to the GUI to visualize and save the notifications linked to the `notificationSet`

Only the changes supplied are processed existing records not supplied in the request body will be left unchanged.  e.g. If three notifications are enabled for the user and a patch is performed with in the body one new notification with the `isEnabled` = true. The result will be that the user has 4 enabled notifications.

## Path parameters

- `userId` string, uuid, required

## Headers

- `Authorization` string, required
- `Accept` string, required

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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