ASI/groupsCreates a new group. The creator is automatically added to the new group as an admin.
Parameters:
group |
|
|---|
|
Returns: |
201 Created | |
|---|---|---|
| 400 Bad Request | There was an error in one or more parameters. |
Response example:
{
"entry": {
"number_of_members": 1,
"created_at": "2010-09-03T10:32:49Z",
"title": "Kxd5HnAn example group",
"group_type": "open",
"id": "czKx2QT0yr37cHaaWPfx7J",
"created_by": "czFMqIT0yr37cHaaWPfx7J",
"description": "Groups can have descriptions. This is an example."
}
}