Resource: Student
Student in a course.
| JSON representation | 
|---|
| { "courseId": string, "userId": string, "profile": { object ( | 
| Fields | |
|---|---|
| courseId | 
 Identifier of the course. Read-only. | 
| userId | 
 Identifier of the user. When specified as a parameter of a request, this identifier can be one of the following: 
 | 
| profile | 
 Global user information for the student. Read-only. | 
| studentWorkFolder | 
 Information about a Drive Folder for this student's work in this course. Only visible to the student and domain administrators. Read-only. | 
| Methods | |
|---|---|
| 
 | Adds a user as a student of a course. | 
| 
 | Deletes a student of a course. | 
| 
 | Returns a student of a course. | 
| 
 | Returns a list of students of this course that the requester is permitted to view. |