create_message_group()
Parameters
- Token(character varying)
- CourseID(integer)
- GroupName(character varying)
Returns
- Success or Error
Description
- Creates a new messagegroup named GroupName in the specific course[CourseID] for the current user.
Errors
- 1 - The ClassID is not valid.
- 2 - Invalid Session.
- 3 - This user is not a member of this course."
- 4 - Group Name cannot be empty.
- 5 - This groupname already exists.