v1

latestOpenAPI 3.1.02026-07-2414339465.7 KB

Upload Employee Government ID

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

post/employees/id

Request body

employeeIDstring required

the ID of the Employee

companyIDstring 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_base64string required

base64 image of the ID to be uploaded

Response

200

successboolean
_idstring

Example response

{
  "success": true,
  "_id": "6441ca035c80ac24a2fc22"
}