How to get a full list of badges of all users

I need to do something similar to the /user_badges/{user} endpoint, but I would like to retrieve the badges from all users at once. I could make a request for each user, but I don’t think this solution would scale with a large amount of users.

Is there a plugin or some other way to get a list with all users and their granted badges using the Discourse API? Couldn’t find a way out of the box.

1 Like

I think this will do what you want: How to run Data Explorer queries with the Discourse API

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.