Can I import users in bulk?

I have set Passbolt server on-premise on my Linux infrastructure and I want to add many users in bulk, is there a way?
Add users one by one from GUI is not good enough for me.

1 Like

Hello @sifakiss ,

Yes this is definitely possible, you can actually use the API to create users. What you could do here is a loop that create the user (username, firstname, lastname) but after it’s a question of convenience because you mention “adding user one by one is not good enough for you” but will making this small API script takes more time than that or not? It depends on how much users you need to add to be honest :slight_smile:

I need around 300 - 350 users , I can export csv from AD for example, but how could I import it and it send to them invitations that way?
Another possible way would be to import to database by SQL query maybe, if I can find the table etc., the question for invitations is the same too.