Skip to main content
Use this endpoint to update an Interviewer that belongs to your Company. Include only the fields you want to change; omitted fields remain unchanged.

Endpoint

All requests must include your API key.
Rate limit: 5 requests per minute per API key. This limit is shared with the Create Interviewer API. Requests over the limit return 429 Too Many Requests.

Request body

The body must contain at least one supported field. Unknown fields are rejected. All fields are optional, but you must provide at least one. If locationType is onsite or hybrid, the final Interviewer configuration must include country, city, and zipcode. Setting it to remote clears those location fields.

Tags

Each tags item requires:

Custom questions

Each customQuestions item requires question and evaluationCriteria. generationSource is optional.

Question configuration

customQuestionConfig accepts:

Screening and post-interview questions

Each screeningQuestions item accepts id, question, type, idealAnswerType, expectedAnswer, expectedAnswerMax, isRequired, and mustHaveQualification. The required fields are question, type, expectedAnswer, and isRequired. type must be yesno, numeric, or text; idealAnswerType must be min, max, range, or exact. Each postInterviewQuestions item requires question and optionally accepts id. Question text must be 1–200 characters.

Notifications and reports

Example request

Response

Successful updates return 200 OK with the complete updated Interviewer in data.

Errors