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: postPath:
/api/1.0/usergroup
- Authorize The user group By Given ID
- Method: patchPath:
/api/1.0/usergroup/{id}/approve
- Close The user group By Given ID
- Method: patchPath:
/api/1.0/usergroup/{id}/close
- Delete the user group Identified By Given ID
- Method: deletePath:
/api/1.0/usergroup/{id}
- Fetch list of users that may or may not be a vendor
- Method: getPath:
/api/1.0/usergroup/fetchUsers
- Get All Valid user group
- Method: getPath:
/api/1.0/usergroup
- Reopen The user group By Given ID
- Method: patchPath:
/api/1.0/usergroup/{id}/reopen
- Retrieve The Unauthorized user group By Given ID
- Method: getPath:
/api/1.0/usergroup/{id}/unauthorized
- Retrieve the user group By ID
- Method: getPath:
/api/1.0/usergroup/{id}
- Retrieve The user group History By Given ID
- Method: getPath:
/api/1.0/usergroup/{id}/history
- Update an Existing user group
- Method: putPath:
/api/1.0/usergroup/{id}