notification-preferences
Get list of all employee notifications preferences.
get/employee-preferences/all
Response
Fetched all employee preferences.
Example response
{
"preferences": [
{
"notificationType": "CANDIDATE_APPLIED",
"hiringTeamRole": "HIRING_MANAGER",
"notificationChannel": "EMAIL",
"enabled": true
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.