I am using management api with java client library to retrieve log events from Auth0. It seems like the com.auth0.json.mgmt.logevents.LogEvent class doesn’t have enough fields to hold all the json data from api. Examples are description and user_name in the root level.
Can we write our own implementation to map data ? Will there be any update soon on this library ?
I suggest raising that issue in the Java Client GitHub repo so that the tool maintainers can work with you on that directly. Make sure to share with us the link to the issue or PR so we can ping them. Thank you!