Add an employee to a group
Adds an existing employee to a group. The employee must belong to the same employer as the group. If there is a group_policy associated with the group, a corresponding enrolment_intent will be created for the employee.
Authentication
Path parameters
Headers
Unique key to ensure idempotent requests. If the same key is used for multiple identical & successful requests, the same response will be returned. Read more here
Request
Controls whether enrolment intents are automatically created for the employee. Defaults to true for hosted platforms. When true on a hosted platform, the response includes an enrolment_intent_id. For non-hosted platforms, the enrolment_intent_id is not included in the response, subscribe to the enrolment_intent.processing webhook to be notified when the enrolment intent is created.
Policy configuration for the employee in this group. Leave null to use group defaults.
Response
Eligibility status for the employee in this group. Pending = no eligibility check performed (no group policy), Eligible = employee meets provider’s eligibility criteria, Ineligible = employee does not meet eligibility criteria (e.g., age restrictions).
The desired date for the employee’s policy to start. This date is not guaranteed to be honored by the insurance provider and may be adjusted based on provider-specific rules and requirements.

