Forum Discussion

urraghu's avatar
urraghu
Frequent Visitor
5 years ago
Solved

APP registration - API permissions

Hi,   Regarding registration of an App in Azure AD through below power-bi App registration tool. https://docs.microsoft.com/en-us/power-bi/developer/embedded/register-app https://dev.powerbi.com/...
  • Anonymous's avatar
    Anonymous
    5 years ago

    Hi urraghu,

    #1, Nope, I don't think these users can view all contents. If they not have admin permission, they can only view the public and the contents they get permission to access. (for personal workspace contents, admin also not has permission to view)

    Power BI REST APIs 

    #2, AFAIK, these operations are work on the azure side and mapping with user credentials. If users want to operate on power bi content, they will also verify the AAD credentials and power bi permissions.

    Get an authentication access token 
    In addition, you can also check the audit log function which will log the activity of different users. (these operations are based on his credentials, so they will also record into audit logs)

    Track user activities in Power BI 

    Regards,

    Xiaoxin Sheng