Is it possible to retrieve logs by userId with type of : “scoa” without any other types?
Auth0 Management API v2
Hey @michail, after trying to recreate this with some members of our team we were able to find a solution to accomplish the request. It should go along something like this:
/api/v2/logs?q=%20type%3A%20%22scoa%22%20AND%20user_id%3A%22google-apps%7Cjim%40auth0.com%22
You will need to include the q= type: “scoa” AND user_id:“google-apps|jim@auth0.com”
Please let me know if you have any questions. Thanks!
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.