User Groups REST Endpoints

AAA/User Groups
Use for managing user groups.
Create a User Group
Method: post
Path: /api/AAA/UserGroups
Delete a User Group
Method: delete
Path: /api/AAA/UserGroups/{id}
Get a User Group by ID
Method: get
Path: /api/AAA/UserGroups/{id}
Get User Groups
Method: get
Path: /api/AAA/UserGroups
Get User Groups for Combo Boxes and Item Selectors
Method: get
Path: /api/AAA/UserGroups/readForSelect
Update a User Group
Method: put
Path: /api/AAA/UserGroups/{id}