Google Classroom add-ons are now generally available to developers! Please see the add-ons documentation for more information.

ModifyIndividualStudentsOptions

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[]

string

IDs of students to be added as having access to this coursework/announcement.

removeStudentIds[]

string

IDs of students to be removed from having access to this coursework/announcement.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年04月17日 UTC.