A payroll is a grouping which allows a set of people to be processed together for payroll purposes. A payroll will have a pay frequency (e.g. weekly, monthly) and other attributes such as payment date rule (e.g. last working day, specific day of the month etc.)
payrolls - Array
Unauthorized - Authorization Required
Forbidden - Insufficient Permissions
General Error
{- "data": [
- {
- "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03",
- "type": "payrolls",
- "attributes": {
- "name": "IAPI Monthly",
- "periodicity": "Monthly",
- "employerGUID": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03",
- "taxPeriod": "2026/01",
- "taxPeriodStartDate": "2025-04-06",
- "taxPeriodEndDate": "2025-05-05",
- "payPeriodStartDate": "2025-04-01",
- "payPeriodEndDate": "2025-04-30",
- "payDate": "2025-05-01"
},
}
]
}