I am using the Events API to get User Events such as
https://mycompany.zendesk.com/api/v2/users/379992044577/events?filter[source]=zendesk&page[size]=50
This works well to obtain data for signed users. E.g., events of type 'help_center_searched' and their queries.
But how do I get the same data for Anonymous users?
I can't see how to use the Events API without providing a user ID.
BR / Ole