LastPass website screenshot

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.

LastPass publishes 6 APIs on the APIs.io network. Tagged areas include Security, Password Manager, Vault, Identity, and Enterprise.

LastPass’ developer surface includes documentation, engineering blog, and 7 more developer resources.

22.3/100 emerging ▬ flat Agent 3/100 human only Full breakdown ↓
scored 2026-08-05 · rubric v0.9.1
AccessFreemium
6 APIs
SecurityPassword ManagerVaultIdentityEnterpriseSSOMFA

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-05 · rubric v0.9.1
Composite quality — 22.3/100 · emerging
Contract Quality 0.0 / 25
Developer Ergonomics 2.2 / 20
Commercial Clarity 7.9 / 20
Operational Transparency 4.8 / 13
Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 3/100 · human only
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 10
MCP Server 0 / 12
Machine-Readable Auth 0 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/lastpass: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 6

Individual APIs this provider publishes, each with its own machine-readable definition.

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...

Pricing Plans 1

Published pricing tiers and plan structures.

Rate Limits 1

Documented rate limits and quota policies.

Lastpass Rate Limits

3 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Security Posture 1

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Lastpass Domain Security

TLSv1.3 · HSTS · DMARC

SECURITY

Resources

Documentation 1

Reference material describing how the API behaves

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 1

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 3

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: lastpass
url: https://raw.githubusercontent.com/api-evangelist/lastpass/refs/heads/main/apis.yml
name: LastPass
kind: company
description: 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.
accessModel:
  pricing: freemium
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Freemium
  confidence: medium
  source:
  - plans
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/lastpass.png
tags:
- Security
- Password Manager
- Vault
- Identity
- Enterprise
- SSO
- MFA
created: '2026-05-08'
modified: '2026-05-08'
specificationVersion: '0.19'
apis:
- aid: lastpass:enterprise-api
  name: LastPass Enterprise API
  description: Single POST endpoint at lastpass.com/enterpriseapi.php that accepts a JSON payload selecting one of many command
    names (batchadd, batchchange, deluser, disableuser, getuserdata, getsfdata, getreport, etc.). Authenticated with the enterprise
    customer ID (cid) and provisioning hash (provhash). Used for user provisioning, group management, shared-folder reporting,
    and audit-event export.
  humanURL: https://support.lastpass.com/help/use-the-lastpass-enterprise-api
  baseURL: https://lastpass.com/enterpriseapi.php
  tags:
  - Enterprise API
  - Provisioning
  - Reporting
  properties:
  - type: Documentation
    url: https://support.lastpass.com/help/use-the-lastpass-enterprise-api
- aid: lastpass:provisioning
  name: LastPass Provisioning API
  description: Subset of the Enterprise API focused on the user-lifecycle commands - batchadd, batchchange, deluser, disableuser,
    and getuserdata - used by directory connectors (Active Directory, Entra ID, Okta, Google Workspace) to keep LastPass user
    state aligned with the source-of-truth directory.
  humanURL: https://support.lastpass.com/help/lastpass-provisioning-api
  baseURL: https://lastpass.com/enterpriseapi.php
  tags:
  - Provisioning
  - Directory Sync
  properties:
  - type: Documentation
    url: https://support.lastpass.com/help/lastpass-provisioning-api
- aid: lastpass:scim
  name: LastPass SCIM API
  description: 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 calls with a standards-compliant flow.
  humanURL: https://support.lastpass.com/help/lastpass-scim-provisioning
  baseURL: https://scim.lastpass.com/scim/v2
  tags:
  - SCIM
  - Provisioning
  - Identity
  properties:
  - type: Documentation
    url: https://support.lastpass.com/help/lastpass-scim-provisioning
- aid: lastpass:saml
  name: LastPass SAML / SSO Endpoint
  description: 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. Endpoints implement SAML 2.0 SSO, single logout, and metadata
    exchange.
  humanURL: https://support.lastpass.com/help/sso-with-lastpass
  baseURL: https://identity.lastpass.com/saml
  tags:
  - SAML
  - SSO
  - Identity
  properties:
  - type: Documentation
    url: https://support.lastpass.com/help/sso-with-lastpass
- aid: lastpass:mfa-sdk
  name: LastPass MFA SDK
  description: 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 adaptive multi-factor authentication without standing
    up an OIDC layer.
  humanURL: https://support.lastpass.com/help/lastpass-mfa-sdk
  baseURL: https://identity.lastpass.com
  tags:
  - MFA
  - SDK
  - Authentication
  properties:
  - type: Documentation
    url: https://support.lastpass.com/help/lastpass-mfa-sdk
- aid: lastpass:reporting
  name: LastPass Reporting Commands
  description: Reporting-oriented Enterprise API commands (getreport, getuserdata, getsfdata, getevents) that export login
    activity, shared-folder membership, and admin events for use in SIEMs and audit pipelines.
  humanURL: https://support.lastpass.com/help/use-the-lastpass-enterprise-api
  baseURL: https://lastpass.com/enterpriseapi.php
  tags:
  - Reporting
  - Audit Logs
  - Compliance
  properties:
  - type: Documentation
    url: https://support.lastpass.com/help/use-the-lastpass-enterprise-api
common:
- type: DomainSecurity
  url: security/lastpass-domain-security.yml
- type: GitHubOrganization
  url: https://github.com/lastpass
- type: LinkedIn
  url: https://www.linkedin.com/company/lastpass
- type: Website
  url: https://www.lastpass.com/
- type: Documentation
  url: https://support.lastpass.com/help/use-the-lastpass-enterprise-api
- type: Plans
  url: plans/lastpass-plans-pricing.yml
- type: RateLimits
  url: rate-limits/lastpass-rate-limits.yml
- type: FinOps
  url: finops/lastpass-finops.yml
- type: Blog
  url: https://blog.lastpass.com/
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com