Groups API
List all groups
Lists all the kba groups
GET/rest/kbagroup/list
Body none
| Query parameters | none |
| Header | auth-token: token from authentication |
| Header/Parameter | tenant |
| Returns | List of Groups |
| Required role | KBA_MANAGER |
Example request
curl 'http://localhost:8080/mwp/rest/kbagroup/list' -H "Content-Type:application/json" -H "auth-token:608f3536-4eac-4ad4-867c-9541dd42c6c7.local" -H "tenant:default" -X GET
Example response
[
{
"id":"1cb4168f-bade-45e3-9684-37def3813132",
"name":"test","kbas":[],"users":["aa"]
}
]