Groups API
Group
| Field name | Description |
|---|---|
| id | the group unique identifier |
| name | the group name |
| kbaIds | Set of kba unique identifiers of those kba that belong to the group |
| users | Set of user unique identifiers of those userd that belong to the group |
Example:
{
"id":"bbc334342",
"name":"testers group",
"kbaIds":["kbaId1", "kbaId2"],
"users":["userdId1", "userdId2"]
}