IndeedDispositionStatus
Enum
Supported Indeed disposition statuses.
Values
NEW
Required. ATS received a new job application.
REVIEW
Application under review.
LIKED
Recruiter liked, favorited, or shortlisted the application.
CONTACTED
Candidate contacted by phone or email. CONTACTED does not include rejections.
INTERVIEW
Candidate is interviewing. Can span multiple interviews.
BACKGROUND_CHECK
Background check in progress.
WITHDRAWN
Candidate withdrew application.
HIRED
Required. Candidate accepted a job offer.
INCOMPLETE
Application incomplete.
UNABLE_TO_MAP
Use this status when no other status fits.
SCREEN
Pre-hire screening. Can include phone screening and other methods.
VERIFY_ELIGIBILITY
Pre-hire eligibility. Can include license verification, drug test, and other methods.
NOT_SELECTED
Required. Candidate not selected.
OFFER_DECLINED
Candidate declined the offer.
ASSESS_QUALIFICATIONS
Pre-hire assessment. Can include skills tests, take-home assignments, and other methods.
OFFER_MADE
Candidate received a job offer.
ONBOARDED
Applicant onboarded.
POSITIVELY_SCREENED
Applicant passed pre-hire screening. Maps to SCREEN status.
JOB_INACTIVE
The job is inactive and no longer accepting applications.
JOB_CLOSED
Job is closed.
DROPPED_DUPLICATE
Use this disposition status only for application delivery failure, not for the application disposition.
If a duplicate application exists and delivery fails asynchronously, the ATS returns HTTP 200 OK and reports this status through the Disposition Sync API.
DROPPED_JOB_EXPIRED
Use this disposition status only for application delivery failure, not for the application disposition.
If the job is expired or no longer available and delivery fails asynchronously, the ATS returns HTTP 200 OK and reports this status through the Disposition Sync API.
DROPPED_FRAUD_SPAM
Use this disposition status only for application delivery failure, not for the application disposition.
If the application is flagged as fraud or spam and delivery fails asynchronously, the ATS returns HTTP 200 OK and reports this status through the Disposition Sync API.
DROPPED_OTHER
Use this disposition status only for application delivery failure, not for the application disposition.
If delivery fails asynchronously for any other reason, the ATS returns HTTP 200 OK and reports this status through the Disposition Sync API.
Example
"NEW"