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"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.