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}
Below are the attributes which need to be sent in the request body:
Parameter | Details |
---|---|
userId | User Id of the user |
API Example:
URL | http://<host>:<port>/ catissuecore/rest/ng/users/{userId} |
Method | DELETE |
Request | application /json |
Response | "success" |
Error Cases :
code | Applies to | Status Message |
---|---|---|
200 | All resources | User has been closed successfully |
401 | All requests | Authorization failed, User doesn’t have Authority |
404 | All requests | User not found, User with given details not present in the system |
500 | All requests | Internal server error, Encountered server error while performing operations |