Resource: StudentGroupMember
A student member in a student group.
JSON representation |
---|
{ "courseId": string, "studentGroupId": string, "userId": string } |
Fields | |
---|---|
courseId |
The identifier of the course. |
studentGroupId |
The identifier of the student group. |
userId |
Identifier of the student. |
Methods |
|
---|---|
|
Creates a student group member for a student group. |
|
Deletes a student group member. |
|
Returns a list of students in a group. |