> ## 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.2.0" description="15 Sept 2026">
  `data-sync` `new-feature`

  Added DataSync support to 23 list actions covering users, roles, organizations, connections, rules, forms, grants, logs, and the unified IAM lists. All resources sync as full refreshes, because the Auth0 Management API exposes no updated-since filter for incremental sync.

  <AccordionGroup>
    <Accordion title="Changed · 13 actions updated">
      `auth0_get_connections`, `auth0_get_forms`, `auth0_get_grants`, `auth0_get_log_streams`, `auth0_get_logs`, `auth0_get_organizations`, `auth0_get_roles`, `auth0_get_rules`, `auth0_get_users`, `auth0_unified_list_organizations`, `auth0_unified_list_resource_users`, `auth0_unified_list_roles`, `auth0_unified_list_users`
    </Accordion>
  </AccordionGroup>
</Update>

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