v1

latestSwagger 2.02026-07-13301635.0 KB
auth

resets a user's password

post/auth/resetPasswordRequest

Request body

loginstring

the email address of the user

Example request

{
  "login": "joe@bloggs.com"
}

Response

successful reset request

statusstring

Example response

{
  "status": "OK"
}