Get list of payroll employees

GET /api-v1/payroll/employee

Headers

Responses

GET /api-v1/payroll/employee
curl \
 -X GET http://wyzio.app/api-v1/payroll/employee \
 -H "TARGET-ORGANIZATION-ID: 42" \
 -H "WEAL-TOKEN: string"
Response examples (200)
[
  42
]