Hi Team, Is there way to pull all the users who has created threads in a category? Or Is there a way to pull the users with some criteria like 'SELECT count(*) FROM users WHERE email like '%lithiu...
While users can only write at the board level and not at the category level, I think you will always need to traverse from board to category (via parent_category or root_category attributes).