Forum Discussion

ajaynathreddy's avatar
ajaynathreddy
New Member
1 year ago
Solved

I’m trying to programmatically retrieve Power BI report subscription details using the Admin API end

I’m trying to programmatically retrieve Power BI report subscription details using the Admin API endpoint: GET https://api.powerbi.com/v1.0/myorg/admin/reports/{reportId}/subscriptions?$expand=users...
  • ajaynathreddy's avatar
    ajaynathreddy
    1 year ago

    Thanks for information, The Admin API worked when we "Enable service principal to access powerbi API" and Application permission in Azure portal for PowerBI service should not have Application based permission. Worked for me after I revoked admin consent for below permission.
    --->Tenant.Read.All(Should not be Application type and Revoke admin consent)