...
See the specification for the related API endpoints: User information v2#/Password%20Reset
Endpoints overview:
Endpoint | HTTP method | Purpose |
---|---|---|
POST | Request password reset code | |
POST | Set 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.
...