A comprehensive attendance management system API with user authentication, attendance tracking, and reporting features.
All systems are running normally
v20.19.5
linux
x64
Endpoints for user authentication and session management.
Authenticate user and generate JWT token for API access.
Endpoints for managing users in the system.
Retrieve all users in the system. Requires admin authentication.
Required (Admin role)
Array of user objects
Create a new user in the system. Requires admin authentication.
Required (Admin role)
Created user object
Retrieve all managers in the system.
Required
Array of manager objects
Endpoints for tracking and managing attendance records.
Record user check-in time.
Required
Attendance record with check-in time
Record user check-out time.
Required
Attendance record with check-out time
Get attendance records for a specific user.
Required
Array of attendance records for the user