v1
latestOpenAPI 3.0.12026-07-24285462499.1 KBnotification-preferences
Activate or deactivate global notification preferences for hiring roles and notification channels in bulk.
patch/global-preferences
Request body
Example request
{
"preferences": [
{
"notificationType": "CANDIDATE_APPLIED",
"hiringTeamRole": "HIRING_MANAGER",
"notificationChannel": "EMAIL",
"enabled": true
}
],
"updateMode": "SAVE_ONLY"
}Response
Successfully upserted global preferences
Example response
{
"preferences": [
{
"notificationType": "CANDIDATE_APPLIED",
"hiringTeamRole": "HIRING_MANAGER",
"notificationChannel": "EMAIL",
"enabled": true
}
]
}