catissuecoreopenspecimen/rest/ng/users/{userId}
Use this resource to close the user. Use HTTP DELETE method to call this API by passing the below details in JSON format.
...
Parameter | Details |
---|---|
userId | User Id id of the user |
http[s]:<host>:<port>/catissuecoreopenspecimen/rest/ng/users
Use this URL to close user in caTissue openSpecimen application.
Result:
The response of this request will contains the details of the closed user.
Below is the example of the close user:
URL | http://<host>:<port>/ catissuecoreopenspecimen/rest/ng/users/{userId} |
Method | DELETE |
Request | application /json |
Response | "success" |
...
code | Applies to | Status Message |
---|---|---|
200 | All resources | User has been closed successfully |
401 | All requests | Authorization failed, User user doesn’t have Authorityauthority |
404 | All requests | User not found, User user with given details not present in the system |
500 | All requests | Internal server error, Encountered encountered server error while performing operations |
...