Let's add users to the app. One by one and via CSV import.
1. Add user one by one
2. Import from file
3. Voila!
Your app can have multiple users with different user roles.
How to add user to your app?
Option 1 – add each user one by one.
In this case you can specify email, password and greeting message if required.
Option 2 – via CSV import
In this case you have to prepare your import file using our example. Import file should be comma separated and have columns for name of the user, email and user role that should be equal to the name of user role you added to the system.
After that, users will be added to the system.
To access your app they will have to reset password and then they will be able to sign in to your app with associated permissions according to assigned user role.