Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 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
userIdUser 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:

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

Response

"success"

...