Get all users from REST API

NodeBB Development
  • I'm trying to get all users from the REST API by using path '/api/users/'

    The results don't contain all the users from the forum and the results are also paginated. I've tried putting '?page=2' at the end of the url, but this still just return the same results.

    Am I missing something in the request to get the additional page, or better still is there a way to return users in a non-paginated way?

    Cheers.

  • I think this is available on master, once we release 1.0.0 you will be able to get the users by adding ?page=x


Suggested Topics