v1
latestOpenAPI 3.0.12026-07-24285462499.1 KBnotification-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
}
]
}