Tenant Data Export
LumoAuth lets tenant administrators export all tenant data as a downloadable file. This is useful for backups, migrations, compliance audits, or handing off data to another system.
What's Included in the Export
A tenant export contains all data scoped to your tenant:
| Data Category | Included |
|---|---|
| Users (profiles, metadata) | Yes |
| Groups and group memberships | Yes |
| Roles and permissions | Yes |
| OAuth applications (clients) | Yes |
| Authentication settings | Yes |
| Social login configurations | Yes |
| Email templates | Yes |
| Webhooks | Yes |
| SAML IdP configurations | Yes |
| OIDC federation configurations | Yes |
| Signing key metadata | Yes |
| Audit log entries | Yes |
| GDPR / consent records | Yes |
Credentials and secrets
Client secrets, API keys, and signing key private material are not included in exports for security reasons.
Creating an Export
- Go to
/t/{tenantSlug}/portal/data-export - Click Export Tenant Data
- Wait for the export to be prepared (this may take a few moments for large tenants)
- Click Download when the export is ready
The export is delivered as a compressed JSON archive.
Related
- GDPR Compliance — individual user data exports for data subject requests
- Audit Logs — per-event audit trail