> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stackone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# LastPass Changelog

> Release history for the LastPass connector. Each version lists what changed and which actions were affected.

<Card title="LastPass connector" icon="arrow-left" href="/connectors/lastpass" horizontal>
  Back to the connector overview, authentication methods, and actions.
</Card>

<Update label="v1.1.0" description="17 Sept 2026">
  `data-sync`

  Added scheduled data sync to four list actions — users, groups, organizations, and roles — so these collections can be kept in sync and read back without calling LastPass on every request. Each refreshes in full on every run, since the LastPass Provisioning API has no updated-since filter to drive incremental sync.

  <AccordionGroup>
    <Accordion title="Changed · 4 actions updated">
      `lastpass_unified_list_groups`, `lastpass_unified_list_organizations`, `lastpass_unified_list_roles`, `lastpass_unified_list_users`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.0.3" description="27 Aug 2026">
  `bug-fix`

  Fixed several unified IAM issues, including mismatched release stages between list and detail actions, missing role scope information, an organization not-found error, incomplete group membership data, and invalid credentials reporting a not-found error instead of an authentication error.

  <AccordionGroup>
    <Accordion title="Changed · 11 actions updated">
      `lastpass_unified_get_group`, `lastpass_unified_get_me`, `lastpass_unified_get_organization`, `lastpass_unified_get_role`, `lastpass_unified_get_user`, `lastpass_unified_list_groups`, `lastpass_unified_list_organizations`, `lastpass_unified_list_resource_types`, `lastpass_unified_list_resource_users`, `lastpass_unified_list_roles`, `lastpass_unified_list_users`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.0.2" description="22 Jul 2026">
  `bug-fix` `connection-guide`

  Fixed the connection test so invalid credentials are rejected — the LastPass Provisioning API returns HTTP 200 with an error body for a wrong account number or provisioning hash, so the get\_user\_data test action now maps that response to a 401 instead of connecting successfully. Rebuilt the config connection guide with live Admin Console screenshots covering the Advanced > Enterprise API navigation, the account number, and the provisioning hash creation and copy steps, and corrected the Account Number (CID) field description to point to the Advanced > Enterprise API page.

  <AccordionGroup>
    <Accordion title="Changed · 1 action updated">
      `lastpass_get_user_data`
    </Accordion>
  </AccordionGroup>
</Update>

<Update label="v1.0.1" description="13 Jul 2026">
  `bug-fix`

  Fixed unified IAM credentials, organizations, roles, resource users, and users actions that shipped raw or malformed data despite declaring correct field mappings, plus a decorative resource\_id filter and expand input.
</Update>
