There are three types of users in AlpacaLMS: Students
, Instructors
, and Staff
. Students
are users who will be taking the online courses on your platform.
Instructors
have similar permissions to Students
; additionally, they can also manage courses, quizzes, and certificates. Staff
are administrators who have full access to the admin dashboard.
To create a new user in your admin panel:
Student
, Instructor
, or Admin
.Congratulations! You have successfully created a new user. You can now see your new user under the user listing pages, depending on the type of user you created.
When your organization has a large number of users, creating them manually can become tedious. To streamline this process, we provide a convenient user import feature for you. This feature requires a .csv
(Comma-Separated Values) file that contains a list of users you want to import. We provide a sample .csv
file template that you can use to build your own list. You can download the sample .csv
template here: sample.csv.
The file must contain a header row with these required column names: full_name
, email
, role_name
. Optionally, if you want to add users to a group during import, you can also include the group_id
(optional) header.
For example:
full_name | role_name | group_id | |
---|---|---|---|
John Doe | johndoe@example.com | student | 3 |
Jane Smith | janesmith@example.com | student | 2 |
Michael Johnson | michaeljohnson@example.com | instructor | 4 |
Davy Jones | davy@example.com | admin | 4 |
role_name
and group_id
Currently, the supported role_name
values are student
, instructor
, and admin
. Any other role_name
will be ignored and will cause an error during import.
To find the group_id
:
Once you have your .csv
file ready, it is time to import:
.csv
file that you created, and click Import.Depending on the size of your file, it can take a few seconds to a few minutes to complete the import. Once the import is completed, you should see your new users listed in the user listing pages.
.csv
file.role_name
is one of the supported role names above.group_id
exists in your LMS. Your current group_id
can be found by navigating to Groups > List in your Admin Panel.If you encounter any issues or need further assistance, please contact our support team at support@alpacasystem.com. We are here to help!