Authenticated Flows
Reset Password
To reset a user’s password, the recommended approach is to make a PUT request to the following endpoint:
Upon successful execution, the API will respond with an HTTP status code of 200 OK, indicating that the password has been updated. In case of any errors, an appropriate error response will be returned.