v1
latestOpenAPI 3.1.02026-07-243113441.2 MBEmployee Addresses
Create an employee's home address
The home address of an employee is used to determine certain tax information about them. Addresses are geocoded on create and update to ensure validity.
Supports home address effective dating and courtesy withholding.
scope: employees:write
post/v1/employees/{employee_id}/home_addresses
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
{
"street_1": "300 3rd Street",
"city": "San Francisco",
"state": "CA",
"zip": "94107",
"effective_date": "2022-01-31"
}Response
created