<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to get data about users from powerbi rest api without been administrator in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/how-to-get-data-about-users-from-powerbi-rest-api-without-been/m-p/4756174#M62147</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/794211"&gt;@Toi69___&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to the Microsoft fabric community forum.&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/824538"&gt;@rohit1991&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/837199"&gt;@Poojara_D12&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/100342"&gt;@lbendlin&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your prompt response&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/794211"&gt;@Toi69___&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wanted to follow up and confirm whether you’ve had the opportunity to review the information&amp;nbsp; provided super users . Should you have any questions or require further clarification, please don't hesitate to reach out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We appreciate your engagement and thank you for being an active part of the community.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Best Regards,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Lakshmi Narayana&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Jul 2025 08:07:41 GMT</pubDate>
    <dc:creator>v-lgarikapat</dc:creator>
    <dc:date>2025-07-08T08:07:41Z</dc:date>
    <item>
      <title>how to get data about users from powerbi rest api without been administrator</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/how-to-get-data-about-users-from-powerbi-rest-api-without-been/m-p/4753583#M62098</link>
      <description>&lt;P&gt;Hello all,&lt;BR /&gt;&lt;BR /&gt;I looking for a solution to get evant activity ou audit log from power bi rest api or azure.&lt;BR /&gt;I created a application on azure, a service principal and a secret.&lt;BR /&gt;A have thoses permissions too :&lt;BR /&gt;Microsoft Graph&lt;BR /&gt;- user.read.all (delegated and appli)&lt;BR /&gt;- auditlog.read.all (delegated and appli)&lt;BR /&gt;- directory.read.all (delegated and appli)&lt;BR /&gt;- report.read.all (delegated and appli)&lt;BR /&gt;Power BI Service&lt;BR /&gt;Tenand.read.all&lt;BR /&gt;&lt;BR /&gt;A still have error messages when a tried to get data about activityevent from power bi resta pi or auditlog from azure.&lt;BR /&gt;&lt;BR /&gt;Important information, i do not have a administrator role.&lt;BR /&gt;&lt;BR /&gt;If someone have some informations about that thank to all&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jul 2025 19:23:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/how-to-get-data-about-users-from-powerbi-rest-api-without-been/m-p/4753583#M62098</guid>
      <dc:creator>Toi69___</dc:creator>
      <dc:date>2025-07-04T19:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: how to get data about users from powerbi rest api without been administrator</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/how-to-get-data-about-users-from-powerbi-rest-api-without-been/m-p/4753610#M62100</link>
      <description>&lt;LI-CODE lang="markup"&gt;Important information, i do not have a administrator role.
&lt;/LI-CODE&gt;
&lt;P&gt;Then you will not have access to these API endpoints.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jul 2025 21:47:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/how-to-get-data-about-users-from-powerbi-rest-api-without-been/m-p/4753610#M62100</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2025-07-04T21:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to get data about users from powerbi rest api without been administrator</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/how-to-get-data-about-users-from-powerbi-rest-api-without-been/m-p/4753694#M62105</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/794211"&gt;@Toi69___&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-pm-slice="0 0 []"&gt;You're attempting to access Power BI activity events or audit logs using the Power BI REST API or Microsoft Graph API by leveraging an Azure AD app registration with a service principal and secret. You've correctly assigned both delegated and application-level permissions such as AuditLog.Read.All, Directory.Read.All, Report.Read.All, and Tenant.Read.All, which are required to query audit and activity data. However, despite this setup, you're encountering errors when trying to retrieve the activity data, and the key limitation here is that you do not hold an administrator role in your tenant.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is important because accessing audit logs—whether through the Power BI REST API (GetActivityEvents) or Microsoft Graph API (/auditLogs)—requires elevated privileges that only users in certain administrative roles can exercise. Specifically, you need to be assigned a role such as Global Administrator, Compliance Administrator, Security Administrator, or Report Reader with audit log access. Without this, even though your app technically has the required API permissions, the underlying user context or service principal identity is not authorized to access tenant-level audit data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In summary, the error you’re facing is due to insufficient directory-level permissions tied to your role, not just the API permissions in Azure. To resolve this, you’ll need to request that a tenant administrator either:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Assign you an appropriate admin role (like Compliance Admin), or&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Set up a separate service principal account with the required role and permissions, and use that identity for your API calls.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Without admin role privileges, Microsoft blocks access to sensitive logs for security and compliance reasons, regardless of the app permissions granted in Azure AD.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Jul 2025 04:52:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/how-to-get-data-about-users-from-powerbi-rest-api-without-been/m-p/4753694#M62105</guid>
      <dc:creator>Poojara_D12</dc:creator>
      <dc:date>2025-07-05T04:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: how to get data about users from powerbi rest api without been administrator</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/how-to-get-data-about-users-from-powerbi-rest-api-without-been/m-p/4753754#M62112</link>
      <description>&lt;P&gt;Thank you for this overview.&lt;BR /&gt;I still have a question when you say :&lt;BR /&gt;&lt;BR /&gt;"Set up a separate service principal account with the required role and permissions, and use that identity for your API calls."&lt;BR /&gt;&lt;BR /&gt;I do not understand beacause when a make ma api call, i use my service principal informations to get data.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Here this is my python witch give me the token :&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;import&lt;/SPAN&gt; &lt;SPAN&gt;msal&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;import&lt;/SPAN&gt; &lt;SPAN&gt;requests&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;import&lt;/SPAN&gt; &lt;SPAN&gt;pandas&lt;/SPAN&gt; &lt;SPAN&gt;as&lt;/SPAN&gt; &lt;SPAN&gt;pd&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;# === Paramètres ===&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;TENANT_ID&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;'my tenant id'&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CLIENT_ID&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;'my client id of my enterprise application'&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CLIENT_SECRET&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;'My secret '&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;GRAPH_SCOPE&lt;/SPAN&gt;&lt;SPAN&gt; = [&lt;/SPAN&gt;&lt;SPAN&gt;'&lt;A href="https://graph.microsoft.com/.default" target="_blank" rel="noopener"&gt;https://graph.microsoft.com/.default&lt;/A&gt;'&lt;/SPAN&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;# === Authentification ===&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;def&lt;/SPAN&gt; &lt;SPAN&gt;get_graph_access_token&lt;/SPAN&gt;&lt;SPAN&gt;():&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;app&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;msal&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;ConfidentialClientApplication&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;client_id&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;CLIENT_ID&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;authority&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;f&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;A href="https://login.microsoftonline.com/" target="_blank" rel="noopener"&gt;https://login.microsoftonline.com/&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;SPAN&gt;TENANT_ID&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;client_credential&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;CLIENT_SECRET&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;result&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;app&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;acquire_token_for_client&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;scopes&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;GRAPH_SCOPE&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;if&lt;/SPAN&gt; &lt;SPAN&gt;"access_token"&lt;/SPAN&gt; &lt;SPAN&gt;in&lt;/SPAN&gt; &lt;SPAN&gt;result&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;return&lt;/SPAN&gt; &lt;SPAN&gt;result&lt;/SPAN&gt;&lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;'access_token'&lt;/SPAN&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;else&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;raise&lt;/SPAN&gt; &lt;SPAN&gt;Exception&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;f&lt;/SPAN&gt;&lt;SPAN&gt;"Échec de l'authentification : &lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;SPAN&gt;result&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;# === Script principal ===&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;if&lt;/SPAN&gt; &lt;SPAN&gt;__name__&lt;/SPAN&gt;&lt;SPAN&gt; == &lt;/SPAN&gt;&lt;SPAN&gt;"__main__"&lt;/SPAN&gt;&lt;SPAN&gt;:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;token&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;get_graph_access_token&lt;/SPAN&gt;&lt;SPAN&gt;()&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;With this a can get data for microsoft graph api in is v1.0 version but for the auditlog i need to use the beta version and at this time i receive a error.&lt;BR /&gt;&lt;BR /&gt;So if i understand i receive a token witch is connecting to my service principal so in this case a should not have error of permissions ?&lt;BR /&gt;&lt;BR /&gt;Do i understand correct ?&lt;BR /&gt;If not coult you give me the solution to use my service principal correcty ?&lt;BR /&gt;&lt;BR /&gt;Thank you&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/837199"&gt;@Poojara_D12&lt;/a&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 05 Jul 2025 07:56:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/how-to-get-data-about-users-from-powerbi-rest-api-without-been/m-p/4753754#M62112</guid>
      <dc:creator>Toi69___</dc:creator>
      <dc:date>2025-07-05T07:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to get data about users from powerbi rest api without been administrator</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/how-to-get-data-about-users-from-powerbi-rest-api-without-been/m-p/4753797#M62113</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/794211"&gt;@Toi69___&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;You're encountering errors when trying to access Power BI activity events or Azure audit logs via the REST API because, even though your Azure application has the correct API permissions (such as AuditLog.Read.All, Directory.Read.All, and Tenant.Read.All), accessing this type of sensitive organizational data requires elevated privileges. Specifically, Microsoft enforces that only users with either the Power BI Service Administrator role or Microsoft 365 Global Administrator role can retrieve audit logs and activity event data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This applies whether you're using delegated permissions (on behalf of a signed-in user) or application permissions via a service principal. Without one of these admin roles, the APIs will block access, regardless of the app's permission grants.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To move forward, you would either need an administrator to grant consent on behalf of the organization and assign the appropriate admin role to your service account, or request that an admin run the query and provide the data you need. Unfortunately, there's no workaround to bypass this requirement, as it's a security restriction built into Microsoft’s auditing and compliance controls.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Jul 2025 11:16:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/how-to-get-data-about-users-from-powerbi-rest-api-without-been/m-p/4753797#M62113</guid>
      <dc:creator>rohit1991</dc:creator>
      <dc:date>2025-07-05T11:16:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to get data about users from powerbi rest api without been administrator</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/how-to-get-data-about-users-from-powerbi-rest-api-without-been/m-p/4756174#M62147</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/794211"&gt;@Toi69___&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to the Microsoft fabric community forum.&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/824538"&gt;@rohit1991&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/837199"&gt;@Poojara_D12&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/100342"&gt;@lbendlin&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your prompt response&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/794211"&gt;@Toi69___&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I wanted to follow up and confirm whether you’ve had the opportunity to review the information&amp;nbsp; provided super users . Should you have any questions or require further clarification, please don't hesitate to reach out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We appreciate your engagement and thank you for being an active part of the community.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Best Regards,&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Lakshmi Narayana&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 08:07:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/how-to-get-data-about-users-from-powerbi-rest-api-without-been/m-p/4756174#M62147</guid>
      <dc:creator>v-lgarikapat</dc:creator>
      <dc:date>2025-07-08T08:07:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to get data about users from powerbi rest api without been administrator</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/how-to-get-data-about-users-from-powerbi-rest-api-without-been/m-p/4762579#M62214</link>
      <description>&lt;P data-start="110" data-end="123"&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/794211"&gt;@Toi69___&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P data-start="110" data-end="123"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="125" data-end="409"&gt;If your question has been answered, we kindly encourage you to mark the most helpful response — such as those provided by @rohit1991, @Poojara_D12, or @lbendlin&amp;nbsp; as the &lt;STRONG data-start="295" data-end="316"&gt;Accepted Solution&lt;/STRONG&gt;.&lt;BR data-start="317" data-end="320" /&gt;Doing so helps other community members facing similar issues to find answers more easily.&lt;/P&gt;
&lt;P data-start="411" data-end="459"&gt;We truly appreciate your engagement and support.&lt;/P&gt;
&lt;P data-start="461" data-end="492"&gt;&lt;STRONG&gt;Best regards,&lt;/STRONG&gt;&lt;BR data-start="474" data-end="477" /&gt;&lt;STRONG&gt;LakshmiNarayana&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 17:32:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/how-to-get-data-about-users-from-powerbi-rest-api-without-been/m-p/4762579#M62214</guid>
      <dc:creator>v-lgarikapat</dc:creator>
      <dc:date>2025-07-14T17:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: how to get data about users from powerbi rest api without been administrator</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/how-to-get-data-about-users-from-powerbi-rest-api-without-been/m-p/4766722#M62249</link>
      <description>&lt;P data-start="125" data-end="409"&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/794211"&gt;@Toi69___&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P data-start="125" data-end="409"&gt;If your question has been answered, we kindly encourage you to mark the most helpful response&amp;nbsp; such as those provided by @rohit1991, @Poojara_D12, or @lbendlin&amp;nbsp; as the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG data-start="295" data-end="316"&gt;Accepted Solution&lt;/STRONG&gt;.&lt;BR data-start="317" data-end="320" /&gt;Doing so helps other community members facing similar issues to find answers more easily.&lt;/P&gt;
&lt;P data-start="411" data-end="459"&gt;We truly appreciate your engagement and support.&lt;/P&gt;
&lt;P data-start="461" data-end="492"&gt;&lt;STRONG&gt;Best regards,&lt;/STRONG&gt;&lt;BR data-start="474" data-end="477" /&gt;&lt;STRONG&gt;LakshmiNarayana&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 09:52:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/how-to-get-data-about-users-from-powerbi-rest-api-without-been/m-p/4766722#M62249</guid>
      <dc:creator>v-lgarikapat</dc:creator>
      <dc:date>2025-07-17T09:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to get data about users from powerbi rest api without been administrator</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/how-to-get-data-about-users-from-powerbi-rest-api-without-been/m-p/4767323#M62260</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is strange.&lt;/P&gt;&lt;P&gt;You told me that i have to be administrator to get the audit log.&amp;nbsp;&lt;/P&gt;&lt;P&gt;But in the graph api documentation if i use a principal service i can get the audit log without administrator rôle.&lt;/P&gt;&lt;P&gt;Is that correct ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jul 2025 16:39:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/how-to-get-data-about-users-from-powerbi-rest-api-without-been/m-p/4767323#M62260</guid>
      <dc:creator>Toi69___</dc:creator>
      <dc:date>2025-07-17T16:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to get data about users from powerbi rest api without been administrator</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/how-to-get-data-about-users-from-powerbi-rest-api-without-been/m-p/4768904#M62281</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/794211"&gt;@Toi69___&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have included the previously resolved thread and learning documents. They may help you resolve the issue&lt;/P&gt;
&lt;P&gt;We truly appreciate your continued engagement and thank you for being an active and valued member of the community.&lt;/P&gt;
&lt;P&gt;If you're still experiencing any challenges, please don’t hesitate to reach out&amp;nbsp; we’d be more than happy to assist you further.&lt;/P&gt;
&lt;P&gt;We look forward to hearing from you.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Best regards,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;Lakshmi&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Service/Extracting-power-BI-Usage-logs-without-powerBI-portal-admin/m-p/4206420" target="_blank"&gt;Solved: Re: Extracting power BI Usage logs without powerBI... - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/graph/permissions-reference" target="_blank"&gt;Microsoft Graph permissions reference - Microsoft Graph | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jul 2025 18:35:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/how-to-get-data-about-users-from-powerbi-rest-api-without-been/m-p/4768904#M62281</guid>
      <dc:creator>v-lgarikapat</dc:creator>
      <dc:date>2025-07-18T18:35:59Z</dc:date>
    </item>
  </channel>
</rss>

