Add search by type criteria while fetching user logs from management api v2?

I am using auth0 managment api v2 with .net core and fetching user logs using the following url:
{domain}/api/v2/users/{user_id}/logs?page=1&page_size=10&include_totals=true.
Now the issue is I only want success login and failed login and nothing else so for that I need to send query param like q=type:s and type:f but by reviewing management api doc, I have realized that user logs do not accept “q” param. So is there any way to fetch only those logs whose type is either “s” (success login) or “f” (failed login)

Hi there @jah, I apologize for the delay in response.

I wanted to follow up and let you know you can get log details based on search criteria. I have linked the documentation that dives into this when leveraging the management API. When you get a chance give it a look and let me know if you have any questions. Thanks!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.