REST Resource: courses.teachers

Resource: Teacher

Teacher of a course.

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

Read-only.

Methods

create

Creates a teacher of a course.

delete

Removes the specified teacher from the specified course.

get

Returns a teacher of a course.

list

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