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: postPath:
/api/1.0/usergroup - Authorize User Group by Given ID
- Method: patchPath:
/api/1.0/usergroup/{id}/approve - Close User Group by Given ID
- Method: patchPath:
/api/1.0/usergroup/{id}/close - Delete User Group Identified by Given ID
- Method: deletePath:
/api/1.0/usergroup/{id} - Get All Valid User Group
- Method: getPath:
/api/1.0/usergroup - Reopen User Group by Given ID
- Method: patchPath:
/api/1.0/usergroup/{id}/reopen - Retrieve Unauthorized User Group by Given ID
- Method: getPath:
/api/1.0/usergroup/{id}/unauthorized - Retrieve User Group by ID
- Method: getPath:
/api/1.0/usergroup/{id} - Retrieve User Group History by Given ID
- Method: getPath:
/api/1.0/usergroup/{id}/history - Update Existing User Group
- Method: putPath:
/api/1.0/usergroup/{id}