---
title: "Get Employee Requirements (Early Access)"
method: GET
path: "/employeeRequirements"
---

# Get Employee Requirements (Early Access)

`GET /employeeRequirements`

Get additional tax requirements for an employee

## Query parameters

- `companyID` string, required
- `employeeID` string

## Response `200`

200

- object
  - `data` object[]
    - `employeeRequirementID` string
    - `type` string
    - `status` string
    - `workLocationID` string
    - `jurisdiction` string
    - `formTemplateID` string
    - `employeeID` string
    - `companyID` string
    - `date` string
  - `success` 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/revisions/01346dceb27d/schema)
