User Assignment Maintenance Service REST Endpoints

User Management Services/User Assignment Maintenance Service
This service is used to perform various actions for User Assignment Maintenance records.
Add New User Assignment
Method: post
Path: /api/1.0/userassignment
Authorize User Assignment by Given ID
Method: patch
Path: /api/1.0/userassignment/{id}/approve
Close User Assignment by Given ID
Method: patch
Path: /api/1.0/userassignment/{id}/close
Delete User Assignment Identified by Given ID
Method: delete
Path: /api/1.0/userassignment/{id}
Get All Valid User Assignment
Method: get
Path: /api/1.0/userassignment
Health Check Of User Management Service
Method: get
Path: /api/1.0/user assignment/healthcheck
Reopen User Assignment by Given ID
Method: patch
Path: /api/1.0/userassignment/{id}/reopen
Retrieve History of User Assignment by Given ID
Method: get
Path: /api/1.0/userassignment/{id}/history
Retrieve Unauthorized User Assignment by Given ID
Method: get
Path: /api/1.0/userassignment/{id}/unauthorized
Retrieve User Assignment by ID
Method: get
Path: /api/1.0/userassignment/{id}
Update Existing User Assignment
Method: put
Path: /api/1.0/userassignment/{id}