LastPass
LastPass is a password and identity-management platform offering personal and enterprise vaults, single sign-on, multi-factor authentication, and directory provisioning. The LastPass Enterprise API and Provisioning API let admins programmatically manage users, groups, shared folders, policies, and events. SCIM and SAML endpoints integrate with identity providers; an MFA SDK supports adaptive authentication for custom apps.
APIs
LastPass Enterprise API
Single POST endpoint at lastpass.com/enterpriseapi.php that accepts a JSON payload selecting one of many command names (batchadd, batchchange, deluser, disableuser, getuserdata,...
LastPass Provisioning API
Subset of the Enterprise API focused on the user-lifecycle commands - batchadd, batchchange, deluser, disableuser, and getuserdata - used by directory connectors (Active Directo...
LastPass SCIM API
SCIM 2.0 endpoint that exposes Users and Groups for directory-based provisioning by Okta, Entra ID, OneLogin, JumpCloud, and Google Cloud Identity. Replaces ad-hoc provisioning ...
LastPass SAML / SSO Endpoint
LastPass acts as either a SAML identity provider (IdP) for the cloud apps catalogued in the LastPass App Library or as a service provider (SP) when paired with an external IdP. ...
LastPass MFA SDK
Server-side SDK for embedding LastPass MFA (push, biometric, TOTP) into custom cloud or on-prem applications. Wraps the underlying authentication endpoints so developers can add...
LastPass Reporting Commands
Reporting-oriented Enterprise API commands (getreport, getuserdata, getsfdata, getevents) that export login activity, shared-folder membership, and admin events for use in SIEMs...