Got feedback or spotted a mistake?

Leave a comment at the end of this page or email contact@krishagni.com

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

openspecimen/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.

 

Below are the attributes which need to be sent in the request body:

Parameter
Details
userIdUser id of the user


http[s]:<host>:<port>/openspecimen/rest/ng/users

Use this URL to close user in openSpecimen application.


Result:

The response of this request will contains the details of the closed user.

Below is the example of the close user:

URLhttp://<host>:<port>/openspecimen/rest/ng/users/{userId}
MethodDELETE
Requestapplication /json

Response

"success"

 

 Error Cases :

code
Applies to
Status Message
200All resourcesUser has been closed successfully
401All requestsAuthorization failed, user doesn’t have authority
404All requestsUser not found, user with given details not present in the system
500All requestsInternal server error, encountered server error while performing operations

 

 

 

 

  • No labels