@PitaJ is correct, the option is called the "tags whitelist", and you can decide which tags to allow, and do so on a per-category basis
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.