• No results found

verifyCandidate
MUTATION

Verifies a candidate's identity via SEEK Pass.

Arguments

NameDescription
The details of the candidate to be verified.
hiringOrganization* 
HiringOrganizationInput!
The details of the HiringOrganization requesting the verification.
The details of the position associated with the verification request.

Result

NameDescription
VerifyCandidatePayload
The response from the verifyCandidate mutation.

Sample

GraphQL
mutation ($input: VerifyCandidateInput!) {
  verifyCandidate(input: $input)
}