improved
v2025-06-15
2 days ago by Gusto Developer Relations
To further improve performance of our payroll API endpoints, v2025-06-15
introduces the changes outlined below.
If after 2 weeks v2025-06-15
proves stable, we will provide another update in which we mark it as stable
and we enter v2024-04-01
into the year-long deprecation process, with Full Support for 6 months and Limited Support for the following 6 months.
Changes in v2025-06-15
:
v2025-06-15
:- The maximum page size for all payroll endpoints is 100 items
- βGet a single payrollβ
- Added automatic pagination
- Default page size: 25 employee compensations
- Default page number: 1
- Added a maximum page size of 100 employee compensations
- Added automatic pagination
- 'Get all payrolls for a company'
- Added a maximum page size of 100 payrolls
- βPrepare a payroll for updateβ
- Added automatic pagination
- Default page size: 25 employee compensations
- Default page number: 1
- Added a maximum page size of 100 employee compensations.
- Added automatic pagination
- βUpdate a payroll by IDβ
- Updated to only return employee compensations included in the request
- Added a maximum input size of 100 employee compensations
- βPreview a contractor payment groupβ now always returns a
creation_token
, which is a required body parameter for the βCreate a contractor payment groupβ endpoint. - βGet an employee rehireββ
- Returns a
204
when passing in a valid employee UUID but no rehires are found- Previously, this would return a
404
- Previously, this would return a
- Returns a