Lodol Docs

LastPass

API actions for the LastPass integration.

LastPass

Provision users in LastPass via the Enterprise API.


Create user

Provision a new LastPass user with a welcome email option.

Parameters

ParameterTypeRequiredDescription
usernamestringYesEmail address for the new LastPass user.
first_namestringYesFirst name of the user.
last_namestringYesLast name of the user.
send_welcome_emailbooleanNoWhether to send the user a LastPass welcome email.

Response

{
  "raw": "abc123xyz",
  "status": "abc123xyz",
  "user": "abc123xyz"
}

On this page