Users
Returns the list of groups
get/users/groups
Response
ListUsers
Example response
{
"data": [
{
"department": "NOC",
"guid": "e71771a2-1ea0-498f-8d27-391713e10664",
"partid": 10,
"usergroup": "admin"
}
]
}Returns the list of groups
ListUsers
{
"data": [
{
"department": "NOC",
"guid": "e71771a2-1ea0-498f-8d27-391713e10664",
"partid": 10,
"usergroup": "admin"
}
]
}