Retrieve all user data from custom database

Hello community!

I have set a login auth connected to my custom db that’s working normally.

The problem I couldn’t solve is to retrieve all the user info that I have on my db. Using the user property from useAuth0 hook I only have access to a few common properties.

I have tried different solutions like setCustomClaim on actions and also using the management api, without success.

If, for example, my user has a property “commercialName” how can I make it available to render on my frontend using the user property of useAuth0 hook?

Thanks!