v1
latestOpenAPI 3.0.12026-07-24285462499.1 KBnotification-preferences
Save employee notifications preferences.
post/employee-preferences
Query parameters
channel'SLACK' | 'TEAMS' | 'EMAIL' required
Request body
Example request
{
"hiringTeamRole": "HIRING_MANAGER",
"notificationType": "CANDIDATE_APPLIED",
"enabled": true
}Response
Employee preferences saved successfully
Example response
[
{
"hiringTeamRole": "HIRING_MANAGER",
"notificationType": "CANDIDATE_APPLIED",
"enabled": true
}
]