notification-preferences
Activate or deactivate employee notification preferences for hiring roles and notification channels in bulk.
patch/employee-preferences
Request body
Example request
{
"preferences": [
{
"notificationType": "CANDIDATE_APPLIED",
"hiringTeamRole": "HIRING_MANAGER",
"notificationChannel": "EMAIL",
"enabled": true
}
]
}Response
Successfully upserted employee preferences
Example response
{
"preferences": [
{
"notificationType": "CANDIDATE_APPLIED",
"hiringTeamRole": "HIRING_MANAGER",
"notificationChannel": "EMAIL",
"enabled": true
}
]
}