REST Resource: courses.students

Resource: Student

Student in a course.

JSON representation
{
  "courseId": string,
  "userId": string,
  "profile": {
    object (UserProfile)
  },
  "studentWorkFolder": {
    object (DriveFolder)
  }
}
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

object (UserProfile)

Global user information for the student.

Read-only.

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

create

Adds a user as a student of a course.

delete

Deletes a student of a course.

get

Returns a student of a course.

list

Returns a list of students of this course that the requester is permitted to view.