Add users with passwords and role

hey guys
how can i add users with custompasswords and roles ?? can i use the csv zip upload?

Hi! welcome to our forum.

The csv import, as per the documentation (https://docs.rocket.chat/guides/administration/admin-panel/import/csv) support a limited number of columns in which you can import.

If you can script, it’s fairly easy to create one that will use the endpoints API to do just that.

here is how you create a new roles:

Here is how you create a new user:

let us know if that helped. Thanks!