Update a candidate's statusAsk AIput https://api.smartrecruiters.com/candidates/{id}/jobs/{jobId}/statusUpdate a candidate's statusPath Paramsidstringrequiredcandidate identifierjobIdstringrequiredjob identifierBody ParamsCandidate Status to be setstatusstringenumrequiredLEADNEWIN_REVIEWINTERVIEWOFFEREDHIREDREJECTEDWITHDRAWNTRANSFERREDShow 9 enum valuessubStatusstringstartsOndate-timereasonstringid of rejection (GET /configuration/rejection-reasons) or withdrawal (GET /configuration/withdrawal-reasons) reason.Responses 204 400with codes NO_REASON_SUPPORT_FOR_STATUS when reason is not available for given status (availably only for REJECTED and WITHDRAWN) REASON_NOT_FOUND when given reason does not exist REQUIRED_SUB_STATUS_OMITTED when there is a required sub status before the status you want to move a candidate to 401Candidate access denied 403with codes PERMISSION_DENIED when you are not permitted to update candidate's status 404Candidate is not assigned to given jobUpdated 7 months ago