Hiện tại, các nhà phát triển đã có thể sử dụng rộng rãi tiện ích bổ sung của Google Lớp học! Vui lòng xem
tài liệu về tiện ích bổ sung để biết thêm thông tin.
REST Resource: courses.studentGroups.studentGroupMembers
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Tài nguyên: StudentGroupMember
Một học viên là thành viên trong một nhóm học viên.
Biểu diễn dưới dạng JSON |
{
"courseId": string,
"studentGroupId": string,
"userId": string
} |
Trường |
courseId |
string
Giá trị nhận dạng của khoá học.
|
studentGroupId |
string
Giá trị nhận dạng của nhóm học viên.
|
userId |
string
Giá trị nhận dạng của học viên.
|
Phương thức |
|
Tạo một thành viên nhóm học viên cho một nhóm học viên. |
|
Xoá một thành viên nhóm học viên. |
|
Trả về danh sách học viên trong một nhóm. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-08-08 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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. |"]]