Create candidate by proxy for invitation
Creates the candidate object in KarmaCheck on behalf of the candidate so that there can be pre-population of PII before the candidate accepts an invitation and enters the system. The candidate will be directed to onboard the associated case via the one-time token link that will be provided by the API partner.
This API marks the candidate object as not secured in the KarmaCheck system, which results in the candidate being prompted to set a password when the onboarding of the case begins.
After this call is complete, the candidate will be associated with the specific caseId that was attached to the invitation. The caseId will be used for saving all further case data, such as authorizations and acknowledgements. This assumes that a candidate will need to sign up with KarmaCheck before being able to continue to accept the invitation.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The candidate's email address.
The password for the candidate's account. The supplied password must be at least eight characters long and must contain a lowercase letter, an uppercase letter, a number, and a special character.
The candidate's birthdate in the format YYYY-MM-DD.