Candidates
Update candidate
Update a candidate — partial update, send only the fields you want to change
PATCH
Send only the fields you want to change. All fields except
candidate_id are optional.
Authentication
Bearer authentication header of the form
Bearer <token>, where <token> is your API token.Request Body
The candidate to update.
New pipeline status. One of:
applied screening phone_screen interview technical offer hired rejected withdrawn on_hold shortlisted qualified uploaded.Array of free-form tags. Replaces the existing tag list.
Talent-pool stage. One of:
cold warm hot not_interested. Pass null to clear.Recruiter note attached to the candidate (used in follow-up emails). Pass
null to clear.At least one field beyond
candidate_id must be provided. Otherwise the response is 400 At least one updatable field must be provided.Response
Indicates if the candidate status was updated successfully
The unique identifier of the updated candidate
The new pipeline status of the candidate