ive found this post, but i dont understand how to get a csrf token
https://community.nodebb.org/topic/6932/how-to-get-a-csrftoken-from-an-api-req-object/4
Get all users from REST API
-
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