For creators
Bulk-import students via CSV
Upload a CSV with email, name, and optional phone — we provision accounts, enrol them in the target course, and email an invite. Handles 10,000+ rows.
Last updated May 19, 2026
Open /dashboard/students → Import. Drop a CSV with columns email,name,phone (phone optional). We dedupe by email — re-uploading an existing student updates their profile, doesn't create a duplicate.
What happens on each row
- User row created or updated.
- Enrolment created against the chosen course (idempotent).
- Invite email queued (skipped if the student already logged in).
Imports under 100 rows run in-browser. Larger imports queue server-side and email you a report when done.