Permissions in the REST
Hi,
We are working on a custom search, where we are feeding all the data from the community to our external SOLR server using /restapi/vc/search/messages?q= , which includes all the private boards, ideas as well because we are making this call as an admin. Now, we are fetching the search results from the external SOLR server on to our community, but what it will do is make all the private data available in the JSON response, which will eventually be displayed in the search results to the normal users, though, on clicking the result, it will show access denied, but is there any way by which we can send the permissions along with the data being feeded to the SOLR server in the first place so we can later put the checks to avoid normal users from seeing the private data?