EmployerRegistration
Object
Indeed-Partner employer registration.
Fields
partnerEmployerId ID! Non-Null
Unique ATS employer ID from the partner.
employerName String! Non-Null
Employer name for this registration.
features EmployerRegistrationFeatures! Non-Null
Feature statuses for this registration.
retrieveSourcedCandidatesClick IndeedFeatureStatus! Non-Null
RetrieveSourcedCandidates.OneClick feature status.
retrieveSourcedCandidatesAuto IndeedFeatureStatus! Non-Null
RetrieveSourcedCandidates.AutomatedTransfers feature status.
sendApplications IndeedFeatureStatus! Non-Null
SendApplications feature status.
createdAt DateTime! Non-Null
When this registration was created.
modifiedAt DateTime! Non-Null
When this registration was last modified.
Example
{ "id": "opaqueId", "partnerEmployerId": "opaqueId", "employerName": "abc123", "features": EmployerRegistrationFeatures, "createdAt": "2023-01-01T09:00:00Z", "modifiedAt": "2023-01-01T09:00:00Z"}