Create an employee work address

POST {{baseUrl}}/v1/employees/:employee_id/work_addresses

The work address of an employee describes when an employee began working at an associated company location.

scope: employees:manage

Request Body

{"location_uuid"=>"<string>", "effective_date"=>"<date>"}

HEADERS

KeyDatatypeRequiredDescription
X-Gusto-API-VersionstringDetermines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;uuid&quot;:&quot;56260b3d-c375-415c-b77a-75d99f717193&quot;,&quot;employee_uuid&quot;:&quot;7087a288-8349-4632-b92e-bc94fb79f29e&quot;,&quot;street_1&quot;:&quot;644 Fay Vista&quot;,&quot;street_2&quot;:&quot;Suite 842&quot;,&quot;city&quot;:&quot;Richmond&quot;,&quot;state&quot;:&quot;VA&quot;,&quot;zip&quot;:&quot;23218&quot;,&quot;country&quot;:&quot;USA&quot;,&quot;active&quot;:false,&quot;effective_date&quot;:&quot;2021-01-01&quot;,&quot;courtesy_withholding&quot;:true}