v1
latestOpenAPI 3.1.02026-07-2422707.0 MBCheck-in an employee
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.
post/v1/employees/{employee_id}/checkin
Path parameters
EmployeeIdstring required
Mandatory Unique 32-character identifier of the employee. Not required when using biometric check-in (use Guid.Empty instead).
Request body
Response
200
Example response
{
"is_employee_checked_in": true,
"check_in_time": "09:49:19"
}