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
| Parameter | Type | Required | Description |
|---|---|---|---|
username | string | Yes | Email address for the new LastPass user. |
first_name | string | Yes | First name of the user. |
last_name | string | Yes | Last name of the user. |
send_welcome_email | boolean | No | Whether to send the user a LastPass welcome email. |
Response
{
"raw": "abc123xyz",
"status": "abc123xyz",
"user": "abc123xyz"
}