According to Article 20 of GDPR, users have the right to receive the personal data concerning them in a structured, commonly used and machine-readable format. You can export user data, stored in the Auth0 user store, either manually or programmatically. Raw data from Auth0 can be exported in JSON format (which is machine-readable).Documentation Index
Fetch the complete documentation index at: https://docs-staging.auth0-mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
The contents of these documents are not intended to be legal advice, nor should they be considered a substitute for legal assistance. The final responsibility for understanding and complying with GDPR resides with you, though Auth0 will assist you in meeting GDPR requirements where possible.
Export data manually
- Go to Auth0 Dashboard > User Management > Users.
- Search for the user and drill down on their name.
- Click the Raw JSON tab. Here you can see the complete user profile in JSON format.
- Click Copy JSON. The profile is copied to your clipboard.
- Paste the clipboard contents to an editor and save.