We are providing a B2B SaaS application.
We want to provide our users with the functionality to issue new accounts for their organization.
Here is the signup experience we want to implement.
- User with administrator role issues new invitation to non-user within their company
- Invitation email is sent to new user
- New user is sent to signup page
- Once signup is done, new user can login to their organization’s app
We initially thought the above flow could be implemented through “Invite Members”, but we are now of the understanding that this requires a two stage approach of issueing the account first, and then inviting the user/account to the organization.
I believe what I am looking for is the solution described here
I have two questions;
- Is there still no out-of-the-box solution for the above flow?
- If not, what is the best practice flow for implementing said flow?