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

# Check-out an employee

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

This API helps you to check-out an employee.

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

## Path parameters

- `employee_id` string, required

## Response `200`

200

- object
  - `is_employee_checked_out` boolean
  - `check_out_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)
