Students are end users who attend classes
| Action | Description |
| GET /api/v3/class/ID/students | Retrieves information about the students in a class |
| GET /api/v3/class/ID/students/ID |
Retrieves information about a student in a class, including the student’s environment and VMs |
| POST /api/v3/class/ID/students |
Registers a student for a class |
| PUT /api/v3/class/ID/students/ID | Modifies a student’s registration details |
| DELETE /api/v3/class/ID/students/ID | Removes a student from a class |