User Group Maintenance Service REST Endpoints

User Management Services/User Group Maintenance Service
This service is used to perform various actions related to User Group Maintenance.
Add New User Group
Method: post
Path: /api/1.0/usergroup
Authorize User Group by Given ID
Method: patch
Path: /api/1.0/usergroup/{id}/approve
Close User Group by Given ID
Method: patch
Path: /api/1.0/usergroup/{id}/close
Delete User Group Identified by Given ID
Method: delete
Path: /api/1.0/usergroup/{id}
Get All Valid User Group
Method: get
Path: /api/1.0/usergroup
Reopen User Group by Given ID
Method: patch
Path: /api/1.0/usergroup/{id}/reopen
Retrieve Unauthorized User Group by Given ID
Method: get
Path: /api/1.0/usergroup/{id}/unauthorized
Retrieve User Group by ID
Method: get
Path: /api/1.0/usergroup/{id}
Retrieve User Group History by Given ID
Method: get
Path: /api/1.0/usergroup/{id}/history
Update Existing User Group
Method: put
Path: /api/1.0/usergroup/{id}