How to add new user batch?

Any command can be using in SSH to add new user batch?

Hey buddy, login to your admin panel, go to Mail->Users and scroll down to the bottom and you will see a curl API to batch add users to your server.

Cheers mate.

Thank you brother, but I dont understand how to use, can you give me more detail or steps?

already have answer, show everyone who want
curl -X POST -d "email=new-email-address" -d "password=your-password" --user admin-email:admin-password https://your-domain/admin/mail/users/add

1 Like

If you have special characters in your admin password make sure to escape them using “”