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 2024-12-05 UTC.
[null,null,["Last updated 2024-12-05 UTC."],[[["The JSON structure is used for adding or removing individual student access to coursework or announcements."],["It includes two array fields: `addStudentIds` for specifying students to grant access and `removeStudentIds` for revoking access."],["Both fields utilize student IDs as strings for identifying the target individuals."]]],[]]