Easier way to create multiple users at one time

Hi Support,

Today I have installed Openfire 3.7.1 Linux version and exploring is there any way to create multiple user accounts to a group rather than just one at a time from Admin Console.

I have to create around 10k user accounts. Please let me know.

Thanks,

Kristam

You can write a script to call the UserService plugin and create accounts via URL calls to openfire. Something like

OPENFIRE_USERSERVICE_URI?type=add&secret=%s&username=%s&password=%s&name=%s&em ail=%s

I just use the import/export users plugin then use excel to format my data into the proper XML then import it, and for creating the groups I use excel again to creat a bulk sql insert statement into the dbo.ofGroup and dbo.ofGroupUser table