Exporting your user's data from Clerk
Programmatic access to user data
By using the GetUserList(opens in a new tab) endpoint of Clerk's Backend API, you can programmatically export your user's data safely.
Additionally, the getUserList()
method in the Clerk Backend SDK can also be used to retrieve a list of users.
Migrating your users to a new system
While we don't expose this via our Backend APIs, if you wish to get your user's data that includes their hashed passwords, please Contact Support(opens in a new tab) where we can export a .csv
file and assist you in a secure data exchange.