Google Classroom add-ons are now generally available to developers! Please see the
add-ons documentation for more information.
REST Resource: courses.studentGroups.studentGroupMembers
Stay organized with collections
Save and categorize content based on your preferences.
Resource: StudentGroupMember
A student member in a student group.
JSON representation |
{
"courseId": string,
"studentGroupId": string,
"userId": string
} |
Fields |
courseId |
string
The identifier of the course.
|
studentGroupId |
string
The identifier of the student group.
|
userId |
string
Identifier of the student.
|
Methods |
|
Creates a student group member for a student group. |
|
Deletes a student group member. |
|
Returns a list of students in a group. |
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-08-06 UTC.
[null,null,["Last updated 2025-08-06 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. |"]]