Search API filter by user permissions

Is there a way to restrict the content of the Telligent Search API to only what the requestor can access inside the Community portal?

From the documentation page, the search API for Telligent looks to be a thin shim for the Solr search backend. As a a result, all results are exposed for all users even if the user cannot access the provide link.

What I'm looking for example: EmployeeA is a manager and has access to the manageronly blog. If a server requested a search (using the Telligent search API) on his behalf, he could see results from manageronly.

However, EmployeeB is not a manager. If the server requested the same search on his behalf, he would be unable to see results from manageronly.