v1
latestOpenAPI 3.1.02026-07-243113441.2 MBEmployee Tax Setup
Update federal taxes for an employee
Updates federal tax (W4) information for an employee. Only rev_2020_w4 format is accepted for updates.
scope: employee_federal_taxes:write
put/v1/employees/{employee_uuid}/federal_taxes
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
{
"version": "56a489ce86ed6c1b0f0cecc4050a0b01",
"filing_status": "Single"
}Response
Successful