تتوفّر الآن إضافات Google Classroom بشكل عام للمطوّرين. يُرجى الاطّلاع على
مستندات الإضافات للحصول على مزيد من المعلومات.
REST Resource: courses.studentGroups.studentGroupMembers
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
المورد: StudentGroupMember
تمثيل JSON |
{
"courseId": string,
"studentGroupId": string,
"userId": string
} |
الحقول |
courseId |
string
تمثّل هذه السمة المعرّف الخاص بالدورة التدريبية.
|
studentGroupId |
string
المعرّف الخاص بمجموعة الطلاب
|
userId |
string
معرّف الطالب
|
الطُرق |
|
تنشئ هذه الطريقة عضوًا في مجموعة طلابية. |
|
يحذف هذا الإذن عضوًا من مجموعة طلاب. |
|
تعرض هذه الطريقة قائمة بالطلاب في مجموعة. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-08-08 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 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. |"]]