Google 课堂插件现已面向开发者正式推出!如需了解详情,请参阅
插件文档。
REST Resource: courses.studentGroups.studentGroupMembers
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
资源:StudentGroupMember
JSON 表示法 |
{
"courseId": string,
"studentGroupId": string,
"userId": string
} |
字段 |
courseId |
string
课程的标识符。
|
studentGroupId |
string
学生群组的标识符。
|
userId |
string
学生的标识符。
|
方法 |
|
为学生群组创建学生群组成员。 |
|
删除学生群组成员。 |
|
返回群组中的学生列表。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-08-08。
[null,null,["最后更新时间 (UTC):2025-08-08。"],[],[],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. |"]]