Closed steffilazerte closed 4 years ago
thanks!
users_list
is for this route https://docs.discourse.org/#tag/Users/paths/~1admin~1users~1list~1{flag}.json/get - but correct that it's not working. not sure why. it seems to work in the browser
ahh, it seems they've changed auth key and username to be a request header instead of query param, which is a good change
should work now
Looks like the API point for
users_list()
has changed, or at least this doesn't work for the ropensci forums:Looking at the Discourse API docs it appears that it's a new url and format?
This gets the first 50 users with the option to paginate...