v1
latestOpenAPI 3.1.02026-07-243113441.2 MBEmployee Benefits
Update a Section 603 high earner status
Update a Section 603 high earner status for an employee for a specific year.
Section 603 of the SECURE 2.0 Act applies to employees aged 50 or older whose prior-year FICA wages exceed the IRS threshold. These employees are classified as high earners, and their catch-up contributions to pre-tax retirement benefits must be designated as post-tax contributions.
scope: employee_benefits:write
patch/v1/employees/{employee_uuid}/section603_high_earner_statuses/{effective_year}
Path parameters
employee_uuidstring required
The UUID of the employee
effective_yearinteger required
The effective year for the Section 603 status
Headers
X-Gusto-API-Version'2026-06-15'
Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Request body
Example request
{
"is_high_earner": true
}Response
successful