Returns a set of employee IDs for payrolls based on the specified filters.
Headers
-
API token (can be retrieved from account settings)
-
ID of organization, for which the operation must be performed
GET
/api-v1/payroll/employee
curl \
--request GET 'https://wyzio.app/api-v1/payroll/employee?organizationId=42&calendarYear=42'
Response examples (200)
[
42
]