latestSwagger 2.02026-08-0982147352.7 KB

be66ed178abe

Dependent

dependents

Returns all dependents for an employee.<p>Scopes: export_company_info, export_payroll</p>

get/v{version}/employees/{employee_id}/dependents

Path parameters

employee_idstring required

The employee id.

versionstring required

Response

Success

errorstring

Contains any error messages, if applicable.

Example response

{
  "data": [
    {
      "birth_date": "yyyy-MM-dd",
      "deceased_date": "yyyy-MM-dd"
    }
  ]
}