You could create a group "all" which is private - hidden - no tags.
Every user is member of this group. So you cloud mention the group @all where all users are members.
Greets
Hi,
I am using nodebb in the project.
It is using the nodebb apis to read and write.
But in one of the requirements, we need to get the userid or username from the uid. There is an api for that, but we need this data for a spark job and calling this api per user will be a bigger number. So its not scalable.
Is there any way to map the uid to the username ?