product icon
Reinvite Users via LastPass API

Reinvite Users via LastPass API

    Use this API to reinvite users to your LastPass Business account.

    API command

    reinviteuser

    Request sample

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

    Response sample

    {
        "status": "OK"
    }