Groups
Add a new group
Add a new static group in your account.
post/groups
Request body
Example request
{
"title": "testing title for group",
"isPublic": true
}Response
The newly created group
Example response
{
"id": 159872,
"title": "Testing Group 1",
"membersCount": 12,
"createdOn": "2014-12-09 13:48:44.887"
}