Reset forgot password
POST/api/user/forgotPassword
API used to reset forgot password
Request
Responses
- 200
- 403
- 404
- 500
Returns a Success code if the operation was successful
Returns a HttpStatus.FORBIDDEN if the User is disabled
Returns a HttpStatus.NOT_FOUND if User does not exists with given Email Id.
Returns a HttpStatus.INTERNAL_SERVER_ERROR if there was some other error that did not allow the operation to complete