{ "employees": [ { "employee_id": 1, "name": "John Doe", "position": "Software Engineer", "department": "Engineering", "status": "Present", "next_shift_schedule": "Morning", "email": "john.doe@example.com", "phone": "123-456-7890" }, { "employee_id": 2, "name": "Jane Smith", "position": "HR Specialist", "department": "Human Resources", "status": "Absent", "next_shift_schedule": "Afternoon", "email": "jane.smith@example.com", "phone": "987-654-3210" }, { "employee_id": 3, "name": "Bob Johnson", "position": "Marketing Coordinator", "department": "Marketing", "status": "Present", "next_shift_schedule": "Evening", "email": "bob.johnson@example.com", "phone": "456-789-0123" }, { "employee_id": 4, "name": "Emily Davis", "position": "Data Analyst", "department": "Engineering", "status": "Present", "next_shift_schedule": "Morning", "email": "emily.davis@example.com", "phone": "789-012-3456" }, { "employee_id": 5, "name": "Alex Turner", "position": "Customer Support Representative", "department": "Human Resources", "status": "Absent", "next_shift_schedule": "Afternoon", "email": "alex.turner@example.com", "phone": "234-567-8901" }, { "employee_id": 6, "name": "Grace Wilson", "position": "Quality Assurance Engineer", "department": "Engineering", "status": "Present", "next_shift_schedule": "Evening", "email": "grace.wilson@example.com", "phone": "567-890-1234" }, { "employee_id": 7, "name": "Michael Brown", "position": "Financial Analyst", "department": "Marketing", "status": "Absent", "next_shift_schedule": "Morning", "email": "michael.brown@example.com", "phone": "890-123-4567" }, { "employee_id": 8, "name": "Sophie Clark", "position": "Administrative Assistant", "department": "Human Resources", "status": "Present", "next_shift_schedule": "Afternoon", "email": "sophie.clark@example.com", "phone": "123-456-7890" }, { "employee_id": 9, "name": "Daniel Garcia", "position": "Graphic Designer", "department": "Engineering", "status": "Absent", "next_shift_schedule": "Evening", "email": "daniel.garcia@example.com", "phone": "456-789-0123" }, { "employee_id": 10, "name": "Olivia Martinez", "position": "Sales Representative", "department": "Marketing", "status": "Present", "next_shift_schedule": "Morning", "email": "olivia.martinez@example.com", "phone": "789-012-3456" }, { "employee_id": 11, "name": "Thomas Anderson", "position": "Software Engineer", "department": "Engineering", "status": "Present", "next_shift_schedule": "Afternoon", "email": "thomas.anderson@example.com", "phone": "234-567-8901" }, { "employee_id": 12, "name": "Emma Wilson", "position": "HR Specialist", "department": "Human Resources", "status": "Absent", "next_shift_schedule": "Evening", "email": "emma.wilson@example.com", "phone": "567-890-1234" }, { "employee_id": 13, "name": "William Davis", "position": "Marketing Coordinator", "department": "Marketing", "status": "Present", "next_shift_schedule": "Morning", "email": "william.davis@example.com", "phone": "890-123-4567" }, { "employee_id": 14, "name": "Ella Turner", "position": "Data Analyst", "department": "Engineering", "status": "Present", "next_shift_schedule": "Afternoon", "email": "ella.turner@example.com", "phone": "123-456-7890" }, { "employee_id": 15, "name": "Liam Clark", "position": "Customer Support Representative", "department": "Human Resources", "status": "Absent", "next_shift_schedule": "Evening", "email": "liam.clark@example.com", "phone": "456-789-0123" }, { "employee_id": 16, "name": "Ava Garcia", "position": "Quality Assurance Engineer", "department": "Engineering", "status": "Present", "next_shift_schedule": "Morning", "email": "ava.garcia@example.com", "phone": "789-012-3456" }, { "employee_id": 17, "name": "Noah Brown", "position": "Financial Analyst", "department": "Marketing", "status": "Absent", "next_shift_schedule": "Afternoon", "email": "noah.brown@example.com", "phone": "234-567-8901" }, { "employee_id": 18, "name": "Mia Wilson", "position": "Administrative Assistant", "department": "Human Resources", "status": "Present", "next_shift_schedule": "Evening", "email": "mia.wilson@example.com", "phone": "567-890-1234" }, { "employee_id": 19, "name": "Ethan Clark", "position": "Graphic Designer", "department": "Engineering", "status": "Absent", "next_shift_schedule": "Morning", "email": "ethan.clark@example.com", "phone": "890-123-4567" }, { "employee_id": 20, "name": "Isabella Martinez", "position": "Sales Representative", "department": "Marketing", "status": "Present", "next_shift_schedule": "Afternoon", "email": "isabella.martinez@example.com", "phone": "234-567-8901" } ] }