Forum Discussion

Túlio's avatar
Túlio
Frequent Visitor
1 year ago

PowerBI get subscription ID after authentication (Oauth)

I need to obtain the subscriptionID for the plan that the user is associated.

I am using the acquireAADTokenService to get the token and the licenseManager to get the plans associated. Both are working correctly.

 

The problem is that I need to know who is the subscriptionID associated with the plans. How can I achieve this?