---
title: "Create W4 Link"
method: POST
path: "/employees/w4"
---

# Create W4 Link

`POST /employees/w4`

## Request body

- object
  - `companyID` string, required — ID of the Employee being updated
  - `employeeID` string, required — ID of the Employee being updated
  - `jurisdiction` string, required — Jurisdiction for W4 (can be "US" or any state abbreviation)
  - `send_to_worker` boolean — If true, notification email will be sent to employee

## Response `200`

200

- object
  - `data` string
  - `success` boolean
  - `testMode` boolean

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zeal/apis/zeal-api.md) · [All operations](https://skmtc.net/zeal/apis/zeal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zeal/zeal-api/versions/01346dceb27d/schema)
