This API available for close the user. You can close user through the HTTP DELETE method, URL http://<host>:<port>/catissuecore/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 |
---|---|
userId | User Id of the user |
http[s]:<host>:<port>/catissuecore/rest/ng/users
Use this URL to close user in caTissue application.
Result:
The response of this request will contains the details of the closed user
...
API Example.
Below is the example of the close user:
URL | http://<host>:<port>/ catissuecore/rest/ng/users/{userId} |
Method | DELETE |
Request | application /json |
Response | "success" |
...