User Groups REST Endpoints
User Groups
The operations from the User Groups category.
- Create a user group
- Method: postPath:
/userGroups - Delete a user group
- Method: deletePath:
/userGroups/{id} - Get a user group
- Method: getPath:
/userGroups/{id} - Get a user group by name
- Method: getPath:
/userGroups/findByName - Get all user groups
- Method: getPath:
/userGroups - Replace a user group
- Method: putPath:
/userGroups/{id}