[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-07-25 UTC."],[],[],null,["# ModifyIndividualStudentsOptions\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nContains fields to add or remove students from a course work or announcement where the `assigneeMode` is set to `INDIVIDUAL_STUDENTS`.\n\n| JSON representation |\n|-------------------------------------------------------------------------|\n| ``` { \"addStudentIds\": [ string ], \"removeStudentIds\": [ string ] } ``` |\n\n| Fields ||\n|----------------------|--------------------------------------------------------------------------------------------|\n| `addStudentIds[]` | `string` IDs of students to be added as having access to this coursework/announcement. |\n| `removeStudentIds[]` | `string` IDs of students to be removed from having access to this coursework/announcement. |"]]