Request a password change email

POST /api/users/change_password

Allows you to request a password change email for the logged in user.

Responses

  • 204

    No content

  • 401 application/json

    Unauthorized

    Hide response attribute Show response attribute object
    • error string

      Human readable version of the error status code

POST /api/users/change_password
curl \
 --request POST 'http://localhost:4000/api/users/change_password' \
 --header "Authorization: $API_KEY"
Response examples (401)
{
  "error": "Error Reason"
}
Response examples (401)
{
  "error": "Error Reason"
}