Versions Compared

Key

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

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

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

Response

"success"

...

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

...