I actually can’t, because I do the authentication on this same Workflow.
My process is like this:
- I call this endpoint on my external app, passing the parameters.
- I log the user in using the parameters.
- Then I do the search.
If I understood correctly the privacy rules and the API authentication, it shoud be working.
By the way, I also tried to split this workflow, making a workflow that can be run without authentication and log the user in, then I use the token and call another workflow, and also didn’t work.
The strange thing is that if I return any other data, the user name for example, it works just fine, it seems to be really a privacy rule problem.