/
List payroll employees
Requires scope: payroll.
Fetches all active employees and their contracts. Returns up to 100 employees per page.
Security
apiKey(Required scopes: payroll)
- Mock serverhttps://beta-developer.dyflexis.com/_mock/openapi/api/payroll/v3/employees
- Productionhttps://app.dyflexis.com/your-tenant/api/payroll/v3/employees
curl -i -X GET \
'https://beta-developer.dyflexis.com/_mock/openapi/api/payroll/v3/employees?page=1&includeInactive=true' \
-H 'Authorization: YOUR_API_KEY_HERE'Response
{ "_links": { "self": { … }, "next": { … }, "prev": { … }, "first": { … }, "last": { … } }, "pageCount": 100, "employees": [ { … } ] }