I'm logged on as a user on an Azure AD joined device (Windows 10) and I'd like to see what Azure AD groups are assigned to my user. In AD it was relatively straightforward but I don't see an API to allow me see what Azure AD groups I'm currently in so that I can discover the capabilities of the user. How to do this without doing a query to Azure AD which requires a bearer token and a query to Azure AD. This a C++ desktop application.