Check employee eligibility for a group
Checks whether an employee qualifies for a group without adding them to it. This is a dry-run eligibility check — the employee is not enrolled or added. The response includes provider and plan information.
Authentication
AuthorizationBearer
Authorization header using the Bearer scheme
Path parameters
group_id
Request
This endpoint expects an object.
employee_id
The employee to check eligibility for.
Response
OK
eligibility_status
Eligibility status: eligible or ineligible.
Allowed values:
reasons
List of reasons why the employee is ineligible. Empty if eligible.
provider
The insurance provider associated with the group.
plan
The insurance plan associated with the group.
object
The object type.

