REST Resource: courses.studentGroups.studentGroupMembers

Resource: StudentGroupMember

A student member in a student group.

JSON representation
{
  "courseId": string,
  "studentGroupId": string,
  "userId": string
}
Fields
courseId

string

The identifier of the course.

studentGroupId

string

The identifier of the student group.

userId

string

Identifier of the student.

Methods

create

Creates a student group member for a student group.

delete

Deletes a student group member.

list

Returns a list of students in a group.