Organization Data Export
LumoAuth lets organization administrators export all organization 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 organization export contains all data scoped to your organization:
| 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
/orgs/{orgId}/portal/data-export - Click Export Organization Data
- Wait for the export to be prepared (this may take a few moments for large organizations)
- 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