Skip to content

Let's add users to the app. One by one and via CSV import.

Your app can have multiple users with different user roles.

How to add users 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 the provided example.
The import file should be comma separated and have columns for name of the user, email and user role equal to the name of the 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 their password and then they will be able to sign in to your app with associated permissions according to the assigned user role.