Hopefully I can answer some questions here and point you in the right direction.
Bulk import will not return user IDs. You can do an export after you have successfully created the users to get a JSON file with the users, but this may not be necessary. See below.
You can accomplish the email verification and password reset with just a password reset email. See the mark_email_as_verified option in the password change job endpoint.
Also, if you know the user email and connection ID, then you should be able to request a password reset with that endpoint (i.e. no user id required). See the schema in the link above for details.
In summary:
Import your users
Run a script that posts to the password change ticket endpoint for each user. You need to plan for management API rate limits. This can be in your invite email.
Not that I know of…maybe with some serious workarounds.
Can I propose a different solution? Use a redirect rule to check if that info is set, and if not to do it in a seperate form. This is a typical flow and users are used to this type of progressive profiling.
If you want to use the internal Auth0 email template service you don’t need an pw reset ticket (the ticket is essentially just a URL, typically you use this if you are providing your own email service. It is more flexible). You should request a change password email be sent.
We are currently seeking feedback to improve our User Invitation flow. If you have a moment, please take a second to checkout this feedback opportunity with one of product managers.
This topic seems related to our new EA feature, Forms for Actions, which rolled out of the beta stage on May 7th. Our Product team prepared the whole Documentation page with examples of Use cases. Forms for Actions. If you find yourself having questions regarding this new feature for the next two weeks, we are hosting an Ask Me Anything session. Our Product Expert will provide comprehensive written answers on May 21st from 8 AM to 10 AM PST.
Find out more about Forms for Actions and learn more about AMA.