Add Candidate Set Fraud Status Endpoint and Fraud Status Field

  • Added candidate.setFraudStatus endpoint to set a candidate's fraud status to Fraudulent, NotFraudulent, or Unsure. Requires the candidatesWrite permission and the Fraud Detection feature to be enabled.
  • Added fraudStatus field to the candidate.info response. Returns the candidate's fraud review status (Fraudulent, NotFraudulent, Unsure, Unreviewed, PassedFraudCheck, or null).