Gregory_Wilke's avatar
Gregory_Wilke
New Member
1 year ago
Status:
New

API Admin Track Available Features of Users

Currently, the Power BI API only a user to view only their available features via https://api.powerbi.com/v1.0/myorg/availableFeatures,  but cannot view another user's features. 

 

Please create an endpoint like one of the following:

The output would looks something like the following:
{
   "{userId}": {
      "features": [
         {
            "name": "embedTrial",
            "state": "Enabled",
            "extendedState": "Enabled",
            "additionalInfo": {
               "usage": 65
            }
         }
      ]
   }
}

No CommentsBe the first to comment

Recent ideas