Hanko User import and export guide
About Hanko:Hanko is a modern open source authentication solution and the fastest way you integrate passkeys, 2FA, SSO, and more—with full control over your data. Move between self-hosted and Hanko Cloud anytime. No lock-in. Just Auth how it should be: secure, user friendly, and fully yours.What This Guide Covers: This guide demonstrates how to migrate user data to and from Hanko. You’ll learn to import existing users from other authentication platforms and export user data for backup or migration purposes.Key Technologies:- JSON Data Formats
- UUID Standards
- Hanko Cloud Console
- Hanko Admin API
- Data Schema Validation
- Bulk User Operations
- Active Hanko Cloud project
- User data in proper JSON format
- Understanding of UUID format requirements
- Access to Hanko Cloud Console
- Admin API access for exports
- Prepare user data in required JSON schema
- Validate UUID format for user IDs
- Import users through Hanko Cloud Console
- Verify successful user migration
- Export users using Admin API
- Handle migration errors and edge cases
Import users
Migrating from another authentication provider? Import your existing users directly through the Hanko Cloud Console.All user IDs must be in UUID format for successful import.
1
Access the Users section
Navigate to Hanko Cloud, select your project,
and click ‘Users’ in the left sidebar.
2
Start the import process

3
Upload and import your user data

Structure your import file as a JSON array of user objects. Each object represents one user with their details. Reference the official schema for proper data formatting.
users.json
Export users
Export your user data using the Hanko Admin API to retrieve comprehensive user information. A dedicated export feature matching the import functionality will be added to Hanko Cloud in the near future.The Hanko Admin API is available with paid plans.