Looking to bulk add all users from a certain trust level. I know the bulk add feature of one per line but I wanted to add about 400 members at once.
Let me just double check that I am following correctly.
You want to add all users who have reached trust level 2 (for example) to a group (let’s call it “User’s who reached TL2”). Is that correct?
Yeah say I have group xyz. I want to add all users in trustlevel2 to that group at one time.
The easiest way to do this is via the group bulk add tool.
- Go to
/admin/users/list/member
(for trust level 2) - Click Export
- Extract and open the
csv
file. - Copy the username or email column.
- Go to
admin/groups/bulk
and paste the list in. - Select the group you want and click Bulk Add to Group
- Voila!
2 Likes
Since admin/groups/bulk is not existent anymore, what is the other alternative to invite users as a bulk to a group?
1 Like
Wow, blast from the past. Correct, admin/groups/bulk
no longer exists. New process:
- Go to
/admin/users/list/member
(for trust level 2) - Click Export
- Extract and open the
csv
file. - Copy the username or email column, without the header.
- Go to
/g
- Click the group you want to add the users to.
- Click Add Members
- Paste the list into the
Usernames or emails
field. - Decide if you want the users to be group owners and/or notified.
- Click Add
3 Likes
Thanks for the prompt reply mate, appreciate it
This topic was automatically closed after 2481 days. New replies are no longer allowed.