RegisterEmployerPartnerAtsSyncEmployerRegistrationPayload
Object
Response for RegisterEmployer mutation.
Fields
employerRegistration EmployerRegistration! Non-Null
Employer registration.
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
{"employerRegistration": EmployerRegistration}