notification-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
}
]Changes
No recorded changes to this endpoint across all 1 revision of this API.