How to sending user invites with the Auth0 SDK?

I’m developing a SaaS, where we have companies as our customers, we would like the users them selfs to be able to invite others. So we imagine a UI, where the user is presented with a form with email field and a role selector(role selector is a later stage). This triggers a protected express route, that performs some validation and then creates a user for that email or sends an invite to that email. Do you know how the sending these invites with SDK?

Hi there @peterHakio welcome to the community!

It sounds like you could utilize node-auth0 (also known as node management client) to create users - When creating a user, if you set email_verified false the user will receive a verification email.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.