Indeed · Example Payload

Indeed Updatecandidatedisposition Example

CareersEmploymentHiringJob SearchJobsRecruiting

Indeed Updatecandidatedisposition Example is an example object payload from Indeed, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "updateCandidateDisposition",
  "method": "PUT",
  "path": "/v1/employers/{employerId}/candidates/{candidateId}/disposition",
  "summary": "Indeed Update Candidate Disposition",
  "requestExamples": [
    {
      "contentType": "application/json",
      "example": {
        "applicationId": "app-123456",
        "status": "INTERVIEWED",
        "statusUpdatedAt": "2026-03-01T14:30:00Z"
      }
    }
  ],
  "responseExamples": []
}