v56

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-014121451.1 MB
People

Update current user email notification 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.

put/v1/people/me/email-preferences

Request body

Example request

{
  "preferences": {
    "policyNotifications": true,
    "taskReminders": true,
    "weeklyTaskDigest": true,
    "unassignedItemsNotifications": true,
    "taskMentions": true,
    "taskAssignments": true
  }
}