List Permission on User
/groups/list
- token (string, required)
- ruser_id (int, required)
List all the permission groups that are assigned to a specific restricted user
{
"code": 200,
"status": "success",
"data": [
{
"id":"16",
"group_name":"fax_numbers_read",
"group_description":"Ability to view purchased fax numbers",
"create_dt":"2016-09-13 21:26:01",
"modify_dt":"2016-09-13 21:26:01"
}
]
}
{
"code": 400,
"status": "error",
"data": "Invalid user id"
}