v1

latestOpenAPI 3.0.12026-07-24285462499.1 KB
interview-templates

Update interviewers selection for job interview template.

Updates the selection of interviewers for job interview template.

patch/interview/templates/job/{jobInterviewTemplateId}

Path parameters

jobInterviewTemplateIdstring uuid required

The job interview template id

Request body

hiringTeamRoleToInterviewersobject

Interviewers grouped by hiring team role selected to participate in the interview the interview template will be used to schedule

Example request

{
  "hiringTeamRoleToInterviewers": {
    "HIRING_MANAGER": [
      "5f7b1b3b1d7f1d0001d7f1d0"
    ],
    "INTERVIEW_TEAM": [
      "5f7b1b3b1d7f1d0001d7f1d1",
      "5f7b1b3b1d7f1d0001d7f1d2"
    ]
  }
}

Response

Job interview template interviewers selection successfully updated.