HirerRelationshipChanged event.
Alternatively, the hiringOrganization query enables your software to retrieve the relationships on demand.Your software must provide a way for hirers to opt out of sending Verify with SEEK Pass requests to candidates.Where this setting is placed depends on your software, though it is typically implemented as a checkbox on the hirer’s settings page: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
button {
label
uri
}
}
}
}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 completeDisplay a Verify with SEEK Pass button and link 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.