post https://api.bamboohr.com/api/gateway.php//v1/benefitgroupemployees
Add a benefit group employee
Sample Request
{
"benefitGroupId": 3,
"employeeId": 40341,
"startDate": "2016-02-12",
"endDate": null
}
Notes
The benefit group Id is required and must be valid.
The employee Id is required and must be valid.
Start date is required and must be in ISO YYYY-MM-DD format
End date must be in ISO YYYY-MM-DD format if provided
An employee can be part of only one benefit group and their pay group frequency must match the benefit group's pay frequency.