Verifies a candidate's identity via SEEK Pass.
Arguments
input*VerifyCandidateInput!| Name | Description |
|---|---|
VerifyCandidate_CandidateInput! | The details of the candidate to be verified. |
HiringOrganizationInput! | The details of the HiringOrganization requesting the verification. |
PositionContextInput! | The details of the position associated with the verification request. |
Result
| Name | Description |
|---|---|
VerifyCandidatePayload | The response from the verifyCandidate mutation. |
Sample
GraphQL
CopyGraphQL Explorer
mutation ($input: VerifyCandidateInput!) {
verifyCandidate(input: $input)
}