Create a group in a set
POST/api/courses/:id/group-sets/:setId/groups
Creates a group inside a set. Blocked when the set is locked. Group names are unique within their set (case-insensitive); different sets may reuse names. Course staff or admin.
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 409
- 500
The created group.
Missing or invalid name.
Not signed in.
Not course staff or a system admin.
Group set not found in this course.
Duplicate group name in the set or the set is locked.
Server error.