Users Management

Users List 0
API Endpoints
Get All Users
GET /api/users
Get Students by School
GET /api/users/student/school/:schoolId
Get Students by Class
GET /api/users/student/class/:classId
Get Teachers by School
GET /api/users/teacher/school/:schoolId
Get User by ID
GET /api/users/:id
Response:
Click "Test" button to see API response