v1
latestOpenAPI 3.1.02026-07-243113441.2 MBEmployee Benefits
Create a Section 603 high earner status
Create 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
post/v1/employees/{employee_uuid}/section603_high_earner_statuses
Path parameters
employee_uuidstring required
The UUID of the employee
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
{
"effective_year": 2026,
"is_high_earner": true
}Response
created