BenefitsEligibilityStatus
Indicates the status of an employee with respect to Benefits Eligibility. At a high-level, this indicates whether we have enough data on the user to enroll them into Benefit Offerings.
enum BenefitsEligibilityStatus {
ELIGIBLE
INELIGIBLE_CIP_STATUS
INELIGIBLE_NOT_ACTIVE
INELIGIBLE_USER_DATA_MISSING
}
Values
BenefitsEligibilityStatus.ELIGIBLE
The user is eligible to be enrolled in any Benefit Offering.
BenefitsEligibilityStatus.INELIGIBLE_CIP_STATUS
The user cannot be enrolled in a Benefit Offering because their CIP status is not one of the eligible statuses.
BenefitsEligibilityStatus.INELIGIBLE_NOT_ACTIVE
The user cannot be enrolled in a Benefit Offering because their employment status is not Active.
BenefitsEligibilityStatus.INELIGIBLE_USER_DATA_MISSING
The user cannot be enrolled in a Benefit Offering because they are missing required user data for the Offering.
Member of
SearchEmployeesResultNode
object