List Permission on User

/groups/list

Full Url

Arguments

  • token (string, required)
  • ruser_id (int, required)

Info

List all the permission groups that are assigned to a specific restricted user

Example Success

{
"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"
}
]
}

Example Error

{
"code": 400,
"status": "error",
"data": "Invalid user id"
}