User Groups REST Endpoints
AAA/User Groups
Use for managing user groups.
- Create a User Group
- Method: postPath:
/api/AAA/UserGroups - Delete a User Group
- Method: deletePath:
/api/AAA/UserGroups/{id} - Get a User Group by ID
- Method: getPath:
/api/AAA/UserGroups/{id} - Get User Groups
- Method: getPath:
/api/AAA/UserGroups - Get User Groups for Combo Boxes and Item Selectors
- Method: getPath:
/api/AAA/UserGroups/readForSelect - Update a User Group
- Method: putPath:
/api/AAA/UserGroups/{id}