Using the Management API or the User Import / Export Extension, I can’t seem to export users’ password hashes. I request the password and password_hash fields but nothing comes back:
It seems impossible to migrate users to/from Auth0 without forcing password resets. Is this still the case? I thought it was not based on the “solution” to the above post.
Password hashes are are the only thing not available via the management API. From our export doc:
The only information which is not available through the API (for security reasons) are the password hashes of your Auth0-hosted database users and private keys. You can request the password hashes by opening a support ticket. Please note that this operation is not available for our Free subscription tier, and we are unable to accept or guarantee requests for exports at a specific time and date.
Migrating users to Auth0 is another story. You can import password hashes from most popular algos.
It looks like that scope allows the application to check the status of a user import job.
I would love to help, as well as hear your feedback so we can make improvements. Can you please open a new topic(s) with your specific quesitons. Please tag me with @dan.woda so I am notified.