openspecimen/rest/ng/users/{userIdid}
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 |
---|---|
userId id | User id of the user |
http[s]:<host>:<port>/openspecimen/rest/ng/users/{id}
Use this URL to close user in openSpecimen application.
...
URL | http://<host>:<port>/ openspecimen/rest/ng/users/{userId}1 |
Method | DELETE |
Request | application /json |
Response | "success" |
...