latestOpenAPI 3.1.0Apache License Version 2.02026-08-17498525913.3 KB

40169ccdec5c

auth-controller

Request reset password email (requestResetPasswordByEmail)

Request to send the reset password email if the user with specified email address is present in the database. Always return '200 OK' status for security purposes.

post/api/noauth/resetPasswordByEmail

Request body

emailstring

The email of the user

Example request

{
  "email": "user@example.com"
}

Response

OK