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