Contains fields to add or remove students from a course work or announcement where the assigneeMode is set to INDIVIDUAL_STUDENTS.
| JSON representation |
|---|
{ "addStudentIds": [ string ], "removeStudentIds": [ string ] } |
| Fields | |
|---|---|
addStudentIds[] |
IDs of students to be added as having access to this coursework/announcement. |
removeStudentIds[] |
IDs of students to be removed from having access to this coursework/announcement. |