Dodatki do Google Classroom są teraz ogólnie dostępne dla programistów. Więcej informacji znajdziesz w
dokumentacji dodatków.
REST Resource: courses.studentGroups.studentGroupMembers
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Zasób: StudentGroupMember
uczeń należący do grupy uczniów.
Zapis JSON |
{
"courseId": string,
"studentGroupId": string,
"userId": string
} |
Pola |
courseId |
string
Identyfikator kursu.
|
studentGroupId |
string
Identyfikator grupy uczniów.
|
userId |
string
Identyfikator ucznia.
|
Metody |
|
Tworzy członka grupy uczniów w grupie uczniów. |
|
Usuwa członka grupy uczniów. |
|
Zwraca listę uczniów w grupie. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-08-08 UTC.
[null,null,["Ostatnia aktualizacja: 2025-08-08 UTC."],[],[],null,["# REST Resource: courses.studentGroups.studentGroupMembers\n\n- [Resource: StudentGroupMember](#StudentGroupMember)\n - [JSON representation](#StudentGroupMember.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: StudentGroupMember\n----------------------------\n\nA student member in a student group.\n\n| JSON representation |\n|----------------------------------------------------------------------------|\n| ``` { \"courseId\": string, \"studentGroupId\": string, \"userId\": string } ``` |\n\n| Fields ||\n|------------------|-----------------------------------------------|\n| `courseId` | `string` The identifier of the course. |\n| `studentGroupId` | `string` The identifier of the student group. |\n| `userId` | `string` Identifier of the student. |\n\n| Methods ------- ||\n|-------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### [create](/workspace/classroom/reference/rest/v1/courses.studentGroups.studentGroupMembers/create) | | **Developer Preview:** Available as part of the [Google Workspace Developer Preview Program](https://developers.google.com/workspace/preview), which grants early access to certain features. This feature is available in [V1_20250630_PREVIEW](https://developers.google.com/workspace/classroom/reference/rest/v1/PreviewVersion) and later. See [Access Preview APIs](https://developers.google.com/workspace/classroom/reference/preview) to learn more. Creates a student group member for a student group. |\n| ### [delete](/workspace/classroom/reference/rest/v1/courses.studentGroups.studentGroupMembers/delete) | | **Developer Preview:** Available as part of the [Google Workspace Developer Preview Program](https://developers.google.com/workspace/preview), which grants early access to certain features. This feature is available in [V1_20250630_PREVIEW](https://developers.google.com/workspace/classroom/reference/rest/v1/PreviewVersion) and later. See [Access Preview APIs](https://developers.google.com/workspace/classroom/reference/preview) to learn more. Deletes a student group member. |\n| ### [list](/workspace/classroom/reference/rest/v1/courses.studentGroups.studentGroupMembers/list) | | **Developer Preview:** Available as part of the [Google Workspace Developer Preview Program](https://developers.google.com/workspace/preview), which grants early access to certain features. This feature is available in [V1_20250630_PREVIEW](https://developers.google.com/workspace/classroom/reference/rest/v1/PreviewVersion) and later. See [Access Preview APIs](https://developers.google.com/workspace/classroom/reference/preview) to learn more. Returns a list of students in a group. |"]]