HirerRelationshipChanged event.
Alternatively, the hiringOrganization query enables your software to retrieve the relationships on demand.Use the verifyCandidate mutation to initiate the verification process with SEEK Pass.Your software may automatically trigger verification for opted-in hirers when a job application is submitted,
or manually,
out of band of a job application process.mutation ($input: VerifyCandidateInput!) {
verifyCandidate(input: $input) {
verificationStatusCode
... on VerifyCandidatePayload_Verify {
externalId
redirectUri
}
}
}verificationStatusCode:Complete indicates that the candidate is already verified and has already consented to share their verification resultsNo further action is necessary.Pending indicates that the candidate has remaining actions to completeLink the candidate to the redirectUri in order to complete their verification.
This could be in an email, or on a job application submission page in your software.FORBIDDEN error,
your software may not have a Verify with SEEK Pass relationship with the hirer.