v2023-03-01
over 3 years ago by Gusto Developer Relations
This is the changelog for v2023-03-01, which contains breaking changes.
To learn more about versions in our API, read the Versioning guide.
Sensitive Data Scope Control
v2023-03-01 adds additional scope controls for protecting sensitive data on certain endpoints, while minimizing disruptions to existing partner applications by excluding out-of-scope data rather than rejecting the request.
The additional scopes requirements included in this version are as follows:
| Endpoint | Endpoint Scope | Additional Scope Requirements |
|---|---|---|
| Get the current user | N/A |
|
| Get a company | companies:read |
|
| Get all payrolls for a company | payrolls:read |
|
| Get a single payroll | payrolls:read |
|
| Get a company benefit | company_benefits:read |
|