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
}
}