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
Response
Successful response