Bulk User Creation

Is there a way to bulk create users from a csv file?

The mail.py tool only provides for one user creation

Thanks!

Run the mail tool multiple times?

well yeah, I could run the mail tool multiple times, but is there a better way to create 100 users?

You could call the management API directly (see the mail.py source code for details). But if it’s just 100 addresses one time, that would be overkill.

I have created a simple script here. In case anyone need it. :grin:

1 Like