Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The expected response codes are:

  • 200: OK

  • 422400: wrong old password

Response data

The response data is a JSON object with the following structure:

{

Field

Description

Mandatory / Optional

“status”: “success”,

Request successful

M

“data”: {

O

“error”: “<message>”

Error message

O

}

}

Reset a user password

This API allows resetting a user password (backend generated)

...