Company
employee direct deposits
returns list of direct deposit accounts of the employees of the company.<p>Scopes: export_payroll</p>
get/v{version}/companies/{company_id}/direct-deposits
Path parameters
company_idstring required
The id of the company.
versionstring required
Query parameters
pay_group_idstring
The id of the pay group. Optional. Defaults to all pay groups.
employee_idstring
The id of the employee to return accounts for. Optional. Default to all employees
employee_start_idstring
The employee id to start with. Optional.
employee_limitinteger
Limits the number of employees returned. Optional. The default is 50 and the maximum value is 250.
Response
OK
Example response
{
"data": [
{
"start_date": "yyyy-MM-dd",
"end_date": "yyyy-MM-dd",
"last_modified_date": "yyyy-MM-dd"
}
]
}