<?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: Using Fabric Restful API to Manage  item permission in Data Engineering</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Using-Fabric-Restful-API-to-Manage-item-permission/m-p/4602223#M7789</link>
    <description>&lt;P&gt;Hi jovialttu19,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P data-pm-slice="1 1 []"&gt;We are following up to see if your query has been resolved. Should you have identified a solution, we kindly request you to share it with the community to assist others facing similar issues.&lt;/P&gt;
&lt;P&gt;If our response was helpful, please mark it as the accepted solution and provide kudos, as this helps the broader community.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Sun, 09 Mar 2025 18:58:24 GMT</pubDate>
    <dc:creator>v-pnaroju-msft</dc:creator>
    <dc:date>2025-03-09T18:58:24Z</dc:date>
    <item>
      <title>Using Fabric Restful API to Manage  item permission</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Using-Fabric-Restful-API-to-Manage-item-permission/m-p/4573478#M7506</link>
      <description>&lt;P&gt;I am wandering is a way to use Fabrc Restful API to manage item permission such as add a user to have read permission to a Lakehouse or API for GraphQL?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 14:04:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Using-Fabric-Restful-API-to-Manage-item-permission/m-p/4573478#M7506</guid>
      <dc:creator>jovialttu19</dc:creator>
      <dc:date>2025-02-25T14:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Using Fabric Restful API to Manage  item permission</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Using-Fabric-Restful-API-to-Manage-item-permission/m-p/4577453#M7512</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1227610"&gt;@jovialttu19&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Microsoft Fabric’s REST API currently has limited official support for managing granular item-level permissions like adding users to Lakehouses or GraphQL APIs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try these endpoints, I haven't tried these personally and these are not documented&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;POST https://&amp;lt;region-redirect&amp;gt;.analysis.windows.net/metadata/access&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;GET https://&amp;lt;region-redirect&amp;gt;.analysis.windows.net/m/access/artifacts/&amp;lt;item-id&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The `POST /metadata/access` endpoint is used to grant permissions (e.g., ReadAll for Lakehouses).&lt;BR /&gt;• The `GET /m/access/artifacts/{item-id}` endpoint retrieves existing permissions for an item&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To use these endpoints, your Entra ID app must have:&lt;BR /&gt;• Delegated permissions: `Item.ReadWrite.All`&lt;BR /&gt;• Workspace access: The service principal needs at least `Contributor` role in the target workspace&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if this works&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 16:58:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Using-Fabric-Restful-API-to-Manage-item-permission/m-p/4577453#M7512</guid>
      <dc:creator>nilendraFabric</dc:creator>
      <dc:date>2025-02-25T16:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Using Fabric Restful API to Manage  item permission</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Using-Fabric-Restful-API-to-Manage-item-permission/m-p/4587131#M7536</link>
      <description>&lt;P data-start="179" data-end="248"&gt;Thankyou&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/913195"&gt;@nilendraFabric&lt;/a&gt;&amp;nbsp;for your response.&lt;BR /&gt;&lt;BR /&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1227610"&gt;@jovialttu19&lt;/a&gt;,&lt;/P&gt;
&lt;P data-start="179" data-end="248"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="179" data-end="248"&gt;Thank you for reaching out to the Microsoft Fabric Community Forum.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P data-start="250" data-end="552"&gt;Based on my research, the Microsoft Fabric REST API offers limited official support for managing granular item-level permissions. The available official endpoint, Resolve Item Permissions, allows retrieval of permissions for the authenticated principal but does not support assigning permissions.&lt;/P&gt;
&lt;P data-start="554" data-end="823"&gt;For permission management, it is advisable to use the Microsoft Fabric portal, which provides a user-friendly interface for assigning roles and permissions to users. You may refer to the following link for detailed guidance on the permission model and management:&lt;/P&gt;
&lt;P data-start="825" data-end="885"&gt;&lt;A href="https://learn.microsoft.com/en-us/fabric/security/permission-model" target="_blank"&gt;Permission model - Microsoft Fabric | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P data-start="887" data-end="1065"&gt;We recommend staying updated on API developments by regularly checking the Microsoft Fabric REST API documentation for any official updates regarding permission management.&lt;/P&gt;
&lt;P data-start="887" data-end="1065"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="1067" data-end="1143"&gt;Additionally, please refer to the following links for further information:&lt;/P&gt;
&lt;P data-start="1145" data-end="1338"&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/fabric/workload/workloadcontrolapi/workload-control/resolve-item-permissions?tabs=HTTP" target="_blank"&gt;Workload Control - Resolve Item Permissions - REST API (Workload Development) | Microsoft Learn&lt;/A&gt;&lt;BR data-start="1245" data-end="1248" /&gt;&lt;A href="https://learn.microsoft.com/en-us/rest/api/fabric/articles/" target="_blank"&gt;Microsoft Fabric REST API references - Microsoft Fabric REST APIs | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P data-start="1145" data-end="1338"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="1340" data-end="1497"&gt;If you find our response helpful, kindly mark it as the accepted solution and provide kudos. This will assist other community members with similar queries.&lt;/P&gt;
&lt;P data-start="1340" data-end="1497"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="1499" data-end="1511"&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Feb 2025 05:19:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Using-Fabric-Restful-API-to-Manage-item-permission/m-p/4587131#M7536</guid>
      <dc:creator>v-pnaroju-msft</dc:creator>
      <dc:date>2025-02-27T05:19:18Z</dc:date>
    </item>
    <item>
      <title>Re: Using Fabric Restful API to Manage  item permission</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Using-Fabric-Restful-API-to-Manage-item-permission/m-p/4591917#M7629</link>
      <description>&lt;P&gt;Hi jovialttu19,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;We have not received a response from you regarding the query and were following up to check if you have found a resolution. If you have identified a solution, we kindly request you to share it with the community, as it may be helpful to others facing a similar issue.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you find the response helpful, please mark it as the accepted solution and provide kudos, as this will help other members with similar queries.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Mar 2025 18:51:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Using-Fabric-Restful-API-to-Manage-item-permission/m-p/4591917#M7629</guid>
      <dc:creator>v-pnaroju-msft</dc:creator>
      <dc:date>2025-03-02T18:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: Using Fabric Restful API to Manage  item permission</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Using-Fabric-Restful-API-to-Manage-item-permission/m-p/4599186#M7748</link>
      <description>&lt;P&gt;Hi jovialttu19,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;We wanted to check in regarding your query, as we have not heard back from you. If you have resolved the issue, sharing the solution with the community would be greatly appreciated and could help others encountering similar challenges.&lt;/P&gt;
&lt;P&gt;If you found our response useful, kindly mark it as the accepted solution and provide kudos to guide other members.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 18:57:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Using-Fabric-Restful-API-to-Manage-item-permission/m-p/4599186#M7748</guid>
      <dc:creator>v-pnaroju-msft</dc:creator>
      <dc:date>2025-03-06T18:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Using Fabric Restful API to Manage  item permission</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Engineering/Using-Fabric-Restful-API-to-Manage-item-permission/m-p/4602223#M7789</link>
      <description>&lt;P&gt;Hi jovialttu19,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P data-pm-slice="1 1 []"&gt;We are following up to see if your query has been resolved. Should you have identified a solution, we kindly request you to share it with the community to assist others facing similar issues.&lt;/P&gt;
&lt;P&gt;If our response was helpful, please mark it as the accepted solution and provide kudos, as this helps the broader community.&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Mar 2025 18:58:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Engineering/Using-Fabric-Restful-API-to-Manage-item-permission/m-p/4602223#M7789</guid>
      <dc:creator>v-pnaroju-msft</dc:creator>
      <dc:date>2025-03-09T18:58:24Z</dc:date>
    </item>
  </channel>
</rss>

