Reset a user password

Sends an email containing a reset password token.

Using the SDK

api.user.reset_password(user_id=<user ID>)
<?php

$api->user->resetPassword([
    'user_id' => <user ID>
]);
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!