Import users from CSV

Last modified by Thomas Mortagne on 2026/06/02 17:54

cogPython script to generate XWiki users from CSV file
TypeSnippet
Category
Developed by

Michiel Hobbelman

Rating
0 Votes
LicenseGNU Lesser General Public License 2

Table of contents

Description

Add many XWiki user-accounts in bulk, based on a spreadsheet CSV file.

This python-script can produce a XAR archive that can be uploaded using the
import-function in the Admin panel.  After doing so you still need to
add these users to the group XWikiAllGroup (and additional groups if
you like).

These new users will all get XWIki defaults in their user profile Preferences,
but you can change this by modifying the template.xml

Download the code, extract and follow instructions.

Get Connected