How to let app users add other users?
Let's imagine a case where you would like to allow app users to add other users
For example, you have external VendorsĀ you would like to invite to the system.
Besides that, invited vendors should have an option to add own users, let’s name then vendor user, andĀ manage them without your involvement and assign to the entities.
Sounds quite an often request, right? Its implementation takes 4 steps. See below
How do to that?
1. Add Required roles to the system
In our example, "Vendor" and "Vendor user"
2. Setup permission for the user role to manage other users
Don't forget to limit user roles user can manage
3. Invite User To the system
With specified user role. In our example, "Vendor"
4. Now invited user can add own users
And assign added users to the created or assigned entities. In our example, "vendor" can assign own "vendor users" to the entities you assigned "vendor"
Questions? Comments?
Let us know, our product team is ready to help.