Create 911 Alert Group
/groups/create
- token (string, required)
- group_name (string, required)
Create a new 911 Alert Group with name group_name
{
"code":200,
"status":"success",
"data":{
"id":"175",
"user_id":"01234",
"group_name":"Test 911 group",
"enable_conference":"yes",
"create_dt":null,
"modify_dt":null
}
}
{
"code": 500,
"status": "error",
"data": "Could not create 911 group"
}
{
"code": 400,
"status": "error",
"data": "A group with that name already exists"
}