---
title: "Check-in an employee"
method: POST
path: "/v1/employees/{employee_id}/checkin"
---

# Check-in an employee

`POST /v1/employees/{employee_id}/checkin`

This API helps you to check-in an employee.

You must specify the unique identifier of the employee as `employee_id` in the API request.

## Path parameters

- `EmployeeId` string, required

## Request body

- object
  - `Center id` string — Mandatory, Unique 32-character identifier of the center where the employee is checking in.
  - `fingerprint_data` string — Optional, Fingerprint data if biometric is used. Use Guid.Empty instead of employee_id in this case.
  - `work_task_id` string — Optional. Work task against which check-in is done.

## Response `200`

200

- object
  - `is_employee_checked_in` boolean
  - `check_in_time` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zenoti/apis/zenoti-authentication.md) · [All operations](https://skmtc.net/zenoti/apis/zenoti-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zenoti/zenoti-authentication/revisions/e628f892391a/schema)
