v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1310484273.7 KB
courses

Creates a student group member for a student group. This method returns the following error codes: * PERMISSION_DENIED if the requesting user is not permitted to create the student group or member for access errors. * NOT_FOUND if the student group does not exist or the user does not have access to the student group. * ALREADY_EXISTS if the student group member already exists. * FAILED_PRECONDITION if attempting to add a member to a student group that has reached its member limit.

post/v1/courses/{courseId}/studentGroups/{studentGroupId}/studentGroupMembers

Path parameters

courseIdstring required

Required. The identifier of the course.

studentGroupIdstring required

Required. The identifier of the student group.

Request body

studentGroupIdstring

The identifier of the student group.

userIdstring

Identifier of the student.

courseIdstring

The identifier of the course.

Response

Successful response