Versions Compared

Key

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

...

See the specification for the related API endpoints: User information v2#/Password%20Reset

Endpoints overview:

EndpointHTTP method

Purpose

/api/users/v2/reset_password

POSTRequest password reset code

/api/users/v2/confirm_reset_password

POSTSet new password with the requested reset code

The client may request a single-use temporary reset code by calling /api/users/v2/reset_password. The reset-code is sent to the user's email. See Email sending for more information on how the email is sent.

...