Create 911 Alert Group

/groups/create

Full Url

Arguments

  • token (string, required)
  • group_name (string, required)

Info

Create a new 911 Alert Group with name group_name

Example Success

{
"code":200,
"status":"success",
"data":{
"id":"175",
"user_id":"01234",
"group_name":"Test 911 group",
"enable_conference":"yes",
"create_dt":null,
"modify_dt":null
}
}

Example Error

{
"code": 500,
"status": "error",
"data": "Could not create 911 group"
}
{
"code": 400,
"status": "error",
"data": "A group with that name already exists"
}