Auth0 connector
Back to the connector overview, authentication methods, and actions.
27 Aug 2026
bug-fixReduced 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.Changed · 6 actions updated
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_users13 Jul 2026
bug-fixFixed unified_list_users mislabeling every MFA-enrolled user as TOTP; added accurate per-factor MFA data to unified_get_user via the enrollments endpoint.