Get or Export Users from the Tenant

Last Updated: Aug 23, 2024

Overview

This article explains how to get or export users from Auth0 tenants.

Applies To

  • Users Export
  • Management API

Solution

There are 2 options:

  1. Use the POST /api/v2/jobs/users-exports endpoint to obtain a JSON/CSV export of users that runs asynchronously.

  2. Another alternative is to use the Import/Export users extensions from the dashboard, with which similar results can be obtained.

1 Like