Google Classroom add-ons are now generally available to developers! Please see the add-ons documentation for more information.

REST Resource: courses.studentGroups

Resource: StudentGroup

A student group in a course.

JSON representation
{
 "courseId": string,
 "id": string,
 "title": string
}
Fields
courseId

string

The identifier of the course.

id

string

The identifier of the student group.

title

string

The title of the student group.

Methods

create

Creates a student group for a course.

delete

Deletes a student group.

list

Returns a list of groups in a course.

patch

Updates one or more fields in a student 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.