Web Service for Create Group

I am looking for the webservice which would create the group and store the group in the database. I looked at the available web service in elgg . I can only find the following web services related to the group -

### Group
 
 * group.join Joining a group
 * group.leave Leaving a group
 * group.forum.save_post Posting a new topic to a group
 * group.forum.delete_post Deleting a topic from a group
 * group.forum.get_latest_post Get latest post in a group
 * group.forum.get_reply Get replies on a post
 * group.forum.save_reply Post a reply
 * group.forum.delete_reply Delete a reply
 
Do we have anything for create group web service in elgg.
 
Thanks
Beginning Developers

Beginning Developers

This space is for newcomers, who wish to build a new plugin or to customize an existing one to their liking