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
| Name | Description |
|---|---|
String! | The value of CandidateProfile.profileId for the requested object. |
Result
| Name | Description |
|---|---|
CandidateProfile | Structured information about a candidate in relation to a particular position. |
Sample
GraphQL
CopyGraphQL Explorer
query ($id: String!) {
candidateProfile(id: $id) {
executiveSummary
profileId {
value
}
}
}