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

# Auth0 Changelog

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

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

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

  Reduced the number of Auth0 API calls when listing large numbers of users. User lists now page on demand instead of re-fetching every earlier page, lowering the risk of hitting Auth0 rate limits on large tenants.

  <AccordionGroup>
    <Accordion title="Changed · 6 actions updated">
      `auth0_unified_get_me`, `auth0_unified_get_user`, `auth0_unified_list_organizations`, `auth0_unified_list_resource_users`, `auth0_unified_list_roles`, `auth0_unified_list_users`
    </Accordion>
  </AccordionGroup>
</Update>

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

  Fixed unified\_list\_users mislabeling every MFA-enrolled user as TOTP; added accurate per-factor MFA data to unified\_get\_user via the enrollments endpoint.
</Update>
