User Groups REST Endpoints

User Groups
The operations from the User Groups category.
Create a user group
Method: post
Path: /userGroups
Delete a user group
Method: delete
Path: /userGroups/{id}
Get a user group
Method: get
Path: /userGroups/{id}
Get a user group by name
Method: get
Path: /userGroups/findByName
Get all user groups
Method: get
Path: /userGroups
Replace a user group
Method: put
Path: /userGroups/{id}