---
title: "Upload Employee Government ID"
method: POST
path: "/employees/id"
---

# Upload Employee Government ID

`POST /employees/id`

Uploads a government issued ID for a specified employee in Zeal.

## Request body

- object
  - `employeeID` string, required — the ID of the Employee
  - `companyID` string, required — the ID of the Company
  - `id_type` 'drivers_license' | 'social_security_card' | 'passport', required — type of the ID to be uploaded, current options are drivers_license, social-security_card and passport
  - `id_base64` string, required — base64 image of the ID to be uploaded

## Response `200`

200

- object
  - `success` boolean
  - `_id` string

## 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)
