POST
/v1/courses/{courseId}/groups~bulkAdd
curl \
--request POST 'https://openapi.meltingspot.io/v1/courses/{courseId}/groups~bulkAdd' \
--header "Content-Type: application/json" \
--data '{"groupIds":["string"],"withEmailNotification":true}'
Request examples
{
"groupIds": [
"string"
],
"withEmailNotification": true
}