v50

latestOpenAPI 3.0.0raw.githubusercontent.com2026-06-15367117899.6 KB
People

Update current user email notification preferences

Update current user email notification preferences in Betayum. 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
  }
}