---
title: "Update current user email notification preferences"
method: PUT
path: "/v1/people/me/email-preferences"
tags: ["People"]
---

# Update current user email notification preferences

`PUT /v1/people/me/email-preferences`

Update current user email notification preferences in Comp AI. Invite and manage workforce members, training status, device compliance, email preferences, and employee evidence records.

## Request body

- UpdateEmailPreferencesDto
  - `preferences` EmailPreferencesDto, required
    - `policyNotifications` boolean, required
    - `taskReminders` boolean, required
    - `weeklyTaskDigest` boolean, required
    - `unassignedItemsNotifications` boolean, required
    - `taskMentions` boolean, required
    - `taskAssignments` boolean, required

## Response `200`

---

[API](https://skmtc.net/trycompai/apis/comp-ai-api.md) · [All operations](https://skmtc.net/trycompai/apis/comp-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trycompai/comp-ai-api/revisions/726b9523fb22/schema)
