REST Resource: courses.studentGroups.studentGroupMembers

資源:StudentGroupMember

學生群組中的學生成員。

JSON 表示法
{
  "courseId": string,
  "studentGroupId": string,
  "userId": string
}
欄位
courseId

string

課程的 ID。

studentGroupId

string

學生群組的 ID。

userId

string

學生的 ID。

方法

create

為學生群組建立學生群組成員。

delete

刪除學生群組成員。

list

傳回群組中的學生清單。