Auth0 connector
Back to the connector overview, authentication methods, and actions.
15 Sept 2026
data-sync new-featureAdded 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.Changed · 13 actions updated
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_users27 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.