Versions Compared

Key

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

...

GET

/{id}/password

User permission required

...

Request payload

Code Block
languagejs
themeMidnight
titleUserPass object
linenumberstrue
collapsetrue
{
    "pswd":"efxtN*EYj6"
}

Status codes

  • 200 = User successful retrieved
  • 304 = Password could not changed
  • 400 = Bad Request
  • 401 = User not authorized to login
  • 403 = Authentication temporarily blocked
  • 404 = User not found
  • 423 = User is blacklisted
  • 428 = User has "unconfirmed" status
  • 500 = Internal server error

...