Invite the new users and add them to organization

Could someone help solve the invitation flow for new users and add them to the organization without creating the user before hand in the Users dashboard?

Hi @srinivas.giduthuri,

Welcome to the Auth0 Community!

Yes, you can invite new users to your organization in Auth0 without pre-creating their user account in the dashboard. This can be achieved using the Auth0 Management API and the invitations endpoint.

Here are the high-level steps to implement this:

  1. Generate an invitation URL using the Management API. This URL contains a unique token that identifies the user invitation.
  2. Send the invitation URL to the new user via email or another communication method.
  3. When the user clicks on the invitation URL, they will be directed to a page where they can create a new account and accept the invitation.
  4. After the user creates their account, they will be added to the organization.

You can read more about user invitation here

1 Like

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