Get all benefits for an employee
GET {{baseUrl}}/v1/employees/:employee_id/employee_benefits?page=<number>&per=<number>
Employee benefits represent an employee enrolled in a particular company benefit. It includes information specific to that employee’s enrollment.
Returns an array of all employee benefits for this employee
Benefits containing PHI are only visible to applications with the employee_benefits:read:phi
scope.
scope: employee_benefits:read
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | string | The page that is requested. When unspecified, will load all objects unless endpoint forces pagination. | |
per | string | Number of objects per page. For majority of endpoints will default to 25 |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"uuid":"e91ca856-a915-4339-9b18-29f9cd66b031","id":1363316536327004,"version":"09j3d29jqdpj92109j9j2d90dq","employee_uuid":"8f9f3f68-8fd3-499d-ade7-4a052e56494e","employee_id":908123091820398,"company_benefit_uuid":"54e37c27-43e6-4ae5-a5b2-e29895a133be","company_benefit_id":290384923980230,"active":true,"employee_deduction":"100.00","company_contribution":"100.00","employee_deduction_annual_maximum":"200.00","company_contribution_annual_maximum":"200.00","limit_option":null,"deduct_as_percentage":false,"contribute_as_percentage":false,"catch_up":false,"coverage_amount":null,"deduction_reduces_taxable_income":null,"coverage_salary_multiplier":"0.00"}]