Update Expired Password
POST/api/user/updateExpiredPassword
API used to update expired password
Request
Responses
- 200
- 403
- 412
- 500
Returns a Success code if the operation was successful
Returns a HttpStatus.FORBIDDEN if the passwords does not match
Returns a HttpStatus.PRECONDITION_FAILED if the old password and new password does not match
Returns a HttpStatus.INTERNAL_SERVER_ERROR if there was some other error that did not allow the operation to complete