Is it possible to get updated metadata from /userinfo?

I am trying to build an app that tracks the amount of actions the user executed. I am updating the metadata through the management API, but I don’t want to fetch the metadata from it because of the rate limit. Is there a way to get the updated metadata from the /userinfo endpoint?

Thank you!

Hey there!

I’m not sure if I understand the usecase. Can you provide us with a little bit more context around what you’re trying to build?

Sorry for the late reply. I am trying to build a VPN service using Auth0 and I want to get the latest app metadata through /userinfo instead of it just being the app metadata from the time the user signed on.

On a side note, I am not sure if using Auth0 to build a VPN service is a good choice because the IP of the user will constantly be changing. What are your thoughts?