Skip to content

Digital-Transformation-Team/humhub-user-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HumHub User Bulk Upload Script

This Python script allows you to automatically create users in HumHub via its API using data from an Excel file.


📂 Excel File Format (users.xlsx)

The Excel file must be in .xlsx format and contain the following required columns (column headers must match exactly):

First Name [Required] Last Name [Required] Email Address [Required] Recovery Phone [MUST BE IN THE E.164 FORMAT]
Test1 User1 [email protected] +88005553535
Test2 User2 [email protected] +88005553535
  • Only the columns above are required. Other columns will be ignored.
  • The Recovery Phone column is optional.
  • Passwords will be auto-generated, so no password column is needed.

⚙️ Prerequisites

Install the required Python packages:

pip install pandas requests tqdm openpyxl

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages