User Group Maintenance Service REST Endpoints

User Management Services/User Group Maintenance Service
This service is used to perform User Group Maintenance operations.
Add a New user group
Method: post
Path: /api/1.0/usergroup
Authorize The user group By Given ID
Method: patch
Path: /api/1.0/usergroup/{id}/approve
Close The user group By Given ID
Method: patch
Path: /api/1.0/usergroup/{id}/close
Delete the user group Identified By Given ID
Method: delete
Path: /api/1.0/usergroup/{id}
Fetch list of users that may or may not be a vendor
Method: get
Path: /api/1.0/usergroup/fetchUsers
Get All Valid user group
Method: get
Path: /api/1.0/usergroup
Reopen The user group By Given ID
Method: patch
Path: /api/1.0/usergroup/{id}/reopen
Retrieve The Unauthorized user group By Given ID
Method: get
Path: /api/1.0/usergroup/{id}/unauthorized
Retrieve the user group By ID
Method: get
Path: /api/1.0/usergroup/{id}
Retrieve The user group History By Given ID
Method: get
Path: /api/1.0/usergroup/{id}/history
Update an Existing user group
Method: put
Path: /api/1.0/usergroup/{id}