Here is how my csv is formatted:
abc@gmail.com ,trust_level_0,78
xyz@gmail.com ,trust_level_1,82
The emails are sent but i get this error in my report:
Invalid Group ‘trust_level_0’ for ‘abc@gmail.com’
Any idea what I am doing wrong?
ondrej
November 12, 2024, 11:17pm
2
I know my linked reply is about tags but I have a feeling it’ll be the same formatting as my example.
Tag name in Column A and Tag group in column B
[image]
The description when you click ‘Upload’ is confusing the way its formatted in my opinion. It makes it look like you can write it all in one cell.
[image]
Example…
Moin
November 12, 2024, 11:24pm
3
Did you try it with a non-trust-level group? I am not sure you can add someone to a trust-level group, because these are automatic groups. You could create a custom group that grants a specific trust level when the user is added.
Edit: found the Documentation
It is not possible to invite users to predefined groups such as, trust level groups, admin, mod or staff groups. As a work around, you can configure a custom group to automatically set a users trust level in the Effects section of the group’s configuration page. Doing this will allow you to set the trust level of invited users to a trust level other than what is set by your site’s default invitee trust level setting
This guide explains how to export user information from your Discourse site into a CSV file.
Required user level: Administrator
Exporting user information can be useful for various administrative tasks or data analysis. This guide will walk you through the process of exporting your users’ data to a CSV file.
Exporting user data
Step 1: Access the Users List
Navigate to the Admin panel of your Discourse site
Go to the Users List page at /admin/users/list
…
Did you do it like this? I’m pretty sure this is what you are looking for.
Lilly
November 13, 2024, 12:19am
5
That is simply for exporting users to a csv file, not for bulk inviting users to a forum.