Is there a more efficient way to add a user to the group? let’s say I have 20 admin users and I want to create one more, after that I must add this user to all common user groups (so every common user is in a group with all admins). today to do this i make about 2k requests to add this admin user to groups and i don’t think it’s the best solution. Is there any rocket.chat feature that makes this easier?
You can easily create a script that can do almost anything, from creating users, adding to channels, groups, teams, applying roles, configuring Rocket.Chat and what not using our Rest APIs.
My go to language is Python, so I would use this library (optional):
to consume those APIs and accomplish what you need:
But that’s the place to change it. We can open a feature request for that, so we can discover if we have more users that would benefit from this feature.