v1

latestOpenAPI 3.0.12026-07-24285462499.1 KB
notification-preferences

Get list of all employee notifications preferences.

get/employee-preferences/all

Response

Fetched all employee preferences.

Example response

{
  "preferences": [
    {
      "notificationType": "CANDIDATE_APPLIED",
      "hiringTeamRole": "HIRING_MANAGER",
      "notificationChannel": "EMAIL",
      "enabled": true
    }
  ]
}