v1
latestOpenAPI 3.1.02026-07-243113441.2 MBEmployees
Update an employee.
Update an employee.
scope: employees:write
put/v1/employees/{employee_id}
Path parameters
employee_idstring 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": "56d00c178bc7393b2a206ed6a86afcb4",
"first_name": "Weezy",
"middle_initial": "F",
"last_name": "Baby",
"email": "tunechi@cashmoneyrecords.com",
"work_email": "new.partner.work@example.com",
"date_of_birth": "1991-01-31",
"ssn": "824920233"
}Response
successful
Example response
{
"eligible_paid_time_off": [
{
"accrual_unit": "Hour",
"accrual_method": "unlimited",
"accrual_period": "Year"
}
]
}