Creates a new self-permissioned group; that is, a group whose list of permitted users is the members of the group itself. If a name is supplied, the name of the group will be named accordingly. If extra_group is supplied, that group will also be able to administer the new group.
More
Creates a new self-permissioned group; that is, a group whose list of permitted users is the members of the group itself. If a name is supplied, the name of the group will be named accordingly. If extra_group is supplied, that group will also be able to administer the new group.
Sample response:
{
"code": "/api/status/ok",
"result": {
"id": "/m/0c2t2xx"
},
"status": "200 OK",
"transaction_id": "$tid$"
}
Sample error response:
{
"code": "/api/status/error/auth",
"messages": [
{
"code": "/api/status/error/failure",
"info": {
"no_cache": true,
"tid": "$tid$"
},
"message": "Authentication required."
}
],
"status": "400 Bad Request",
"transaction_id": "$tid$"
}
Less