Resource: Student
Student in a course.
| JSON representation |
|---|
{ "courseId" : string , "userId" : string , "profile" : { object ( |
Fields
courseId
string
Identifier of the course.
Read-only.
userId
string
Identifier of the user.
When specified as a parameter of a request, this identifier can be one of the following:
- the numeric identifier for the user
- the email address of the user
- the string literal
"me", indicating the requesting user
profile
studentWorkFolder
object (
DriveFolder
)
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. |

