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
}
}Changes
Changed in 2 of the 56 revisions of this API.2
- ○
the endpoint scheme security
oauth2was removed from the APIapi-security-removed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the endpoint scheme security
oauth2was added to the APIapi-security-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○