Endpoint
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
Eachtags item requires:
Custom questions
EachcustomQuestions item requires question and evaluationCriteria. generationSource is optional.
Question configuration
customQuestionConfig accepts:
Screening and post-interview questions
EachscreeningQuestions 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 return200 OK with the complete updated Interviewer in data.

