List Permission Groups
/groups/available
- token (string, required)
List the permission groups that are available to you to assign to a restricted user
{
"code": 200,
"status": "success",
"data": [
{
"id": "8",
"group_name": "account_access_read",
"group_description": "Ability to view subusers",
"create_dt": "2016-09-13 21:17:22",
"modify_dt": "2016-09-13 21:17:22"
},
{
"id": "9",
"group_name": "account_access_write",
"group_description": "Ability to view and manage subusers",
"create_dt": "2016-09-13 21:18:19",
"modify_dt": "2016-09-13 21:18:19"
},
{
"id": "12",
"group_name": "local_numbers_read",
"group_description": "Ability to view purchased local numbers",
"create_dt": "2016-09-13 21:21:02",
"modify_dt": "2016-09-13 21:21:02"
},
...
{
"id": "82",
"group_name": "test",
"group_description": "testing",
"create_dt": "2018-05-31 01:13:52",
"modify_dt": "2018-05-31 01:13:52"
}
]
}
{
"code": 400,
"status": "error",
"data": "Missing variable: token"
}
Last modified 3yr ago