AtsSyncCandidateSyncApplicationIdentifier
Object
Identifier for a Candidate Sync application.
Fields
indeedRegistrationId ID! Non-Null
Unique ID that links an Indeed employer to a partner employer. Provided during registration.
atsCandidateId ID
ID of a candidate profile in the ATS that is associated with one or more applications, if provided.
atsApplicationId ID! Non-Null
Unique ID of the application in the ATS.
job AtsSyncCandidateSyncJob! Non-Null
Job posting details.
They let Indeed match imported application data to jobs published through the Job Sync API.
sourcedPostingId ID
Unique ID of the job posting.
Example
{ "indeedRegistrationId": "opaqueId", "atsCandidateId": "opaqueId", "atsApplicationId": "opaqueId", "job": AtsSyncCandidateSyncJob}