I’ll be referencing the information at Send Email Invitations for Application Signup
According to the documentation, this should be the process flow to create a user and send them an invitation to set their password.
- Administrator creates a user account.
- Administrator sends a registration email invitation to the user.
- User follows a link in the invitation email to set up a password for the account.
- User creates and verifies a password.
- User signs in.
There are issues…
-
Administrator creates a user account.
You can do this with the management API following the information here.
Auth0 Management API v2
This creates a user in the database and sends a welcome email. -
Having changed the password-reset email and making a call to Auth0 Management API v2 a ticket link is created that would presumably go into the welcome email to set the password. However, nothing is sent.
-
If I’ve created the user and the password reset ticket, how do I actually send the email with the ticket link? There doesn’t seem to be any information anywhere on how to do that.