product icon
Send Password Reset Email via LastPass API

Send Password Reset Email via LastPass API

    Use this API to send a password reset email to a user.

    API command

    resetpassword

    Request sample

    {
        "cid": 12345678,
        "provhash": "<Your API Secret>",
        "cmd": "resetpassword",
        "data": {
            "username": "user1@lastpass.com"
        }
    }

    Response sample

    {
        "status": "OK"
    }