Hello, I want to load the user’s profile similar to the Management API’s /api/v2/users/{user_id}
The SPA uses account linking and I need this information in the front end so that I can prompt a user to refresh their account link (and access token) for sub accounts when it has expired. I can’t call the Management API to load an access token client side as it would require sharing the client id and secret with the browser, which is totally reckless.