If you’re migrating from other auth providers to Hanko, you can import your existing users directly to Hanko Cloud Console.
User IDs should be in UUID format.
1
Head over to Hanko Cloud
Navigate over to Hanko Cloud, choose the project
and click on ‘Users’ on the left sidebar.
2
Click on import
3
Upload the file and import
The file you’re importing should be structured as a JSON array of objects. Each object within this array represents a user with their respective details. For a better understanding of how to structure your user data, refer to this schema.
You can use the Hanko Admin API to retrieve a list of users with all their details, for export purposes.We’ll add a proper export feature similar to the import described above to Hanko Cloud soon.