v1
latestOpenAPI 3.1.02026-07-243113441.2 MBEmployee Addresses
Create an employee work address
The work address of an employee describes when an employee began working at an associated company location.
scope: employees:manage
post/v1/employees/{employee_id}/work_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
{
"location_uuid": "6a119be7-b4b0-4e27-aaa0-89d5f2524635",
"effective_date": "2023-05-15"
}Response
created