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
Key | Datatype | Required | Description |
---|---|---|---|
X-Gusto-API-Version | string | Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used. | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"uuid":"56260b3d-c375-415c-b77a-75d99f717193","employee_uuid":"7087a288-8349-4632-b92e-bc94fb79f29e","street_1":"644 Fay Vista","street_2":"Suite 842","city":"Richmond","state":"VA","zip":"23218","country":"USA","active":false,"effective_date":"2021-01-01","courtesy_withholding":true}