• No results found

candidateProfile
QUERY

The CandidateProfile for the given id.This includes profiles:
  • Uploaded candidate profiles from the hirer's ATS
  • SEEK candidate profiles available for prefill based on Apply with SEEK consent
  • SEEK candidate profiles available for export based on a job application

Arguments

NameDescription
The value of CandidateProfile.profileId for the requested object.

Result

NameDescription
CandidateProfile
Structured information about a candidate in relation to a particular position.

Sample

GraphQL
query ($id: String!) {
  candidateProfile(id: $id) {
    executiveSummary
    profileId {
      value
    }
  }
}