<?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: List workspace permissions should return identity in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/list-workspace-permissions-should-return-identity/m-p/140318#M51381</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/198598"&gt;@GijsR&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;To view the identities assigned to permissions for that workspace, use:&lt;BR /&gt;&lt;EM&gt;/api/2.0/accounts/{account_id}/workspaces/{workspace_id}/permissionassignments&lt;/EM&gt;&lt;BR /&gt;This endpoint returns the actual users, groups, and service principals mapped to each permission.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://docs.databricks.com/api/account/workspaceassignment/list" target="_blank"&gt;https://docs.databricks.com/api/account/workspaceassignment/list&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Nov 2025 14:39:20 GMT</pubDate>
    <dc:creator>Advika</dc:creator>
    <dc:date>2025-11-25T14:39:20Z</dc:date>
    <item>
      <title>List workspace permissions should return identity</title>
      <link>https://community.databricks.com/t5/data-engineering/list-workspace-permissions-should-return-identity/m-p/139984#M51325</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;Looking through the documentation, I noticed the&amp;nbsp;&lt;SPAN&gt;/api/2.0/accounts/{account_id}/workspaces/{workspace_id}/permissionassignments/permissions only returns the permissions but not the identity assigned the permission. This would be helpful for scenarios to capture what current permissions are assigned.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 22 Nov 2025 02:44:36 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/list-workspace-permissions-should-return-identity/m-p/139984#M51325</guid>
      <dc:creator>GijsR</dc:creator>
      <dc:date>2025-11-22T02:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: List workspace permissions should return identity</title>
      <link>https://community.databricks.com/t5/data-engineering/list-workspace-permissions-should-return-identity/m-p/140318#M51381</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/198598"&gt;@GijsR&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;To view the identities assigned to permissions for that workspace, use:&lt;BR /&gt;&lt;EM&gt;/api/2.0/accounts/{account_id}/workspaces/{workspace_id}/permissionassignments&lt;/EM&gt;&lt;BR /&gt;This endpoint returns the actual users, groups, and service principals mapped to each permission.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://docs.databricks.com/api/account/workspaceassignment/list" target="_blank"&gt;https://docs.databricks.com/api/account/workspaceassignment/list&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Nov 2025 14:39:20 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/list-workspace-permissions-should-return-identity/m-p/140318#M51381</guid>
      <dc:creator>Advika</dc:creator>
      <dc:date>2025-11-25T14:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: List workspace permissions should return identity</title>
      <link>https://community.databricks.com/t5/data-engineering/list-workspace-permissions-should-return-identity/m-p/140324#M51384</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/198598"&gt;@GijsR&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;For “who has what” today, the most reliable alternatives are the system tables and Unity Catalog information schema views, which do include principals. You can use the information_schema to list the current grants&amp;nbsp;the principals (GRANTEE) for catalogs, schemas, tables, views, volumes, etc.These views return identities and privilege types, and the system-level information schema lets you query across the whole metastore.&lt;BR /&gt;Ref Doc -&amp;nbsp;&lt;A href="https://docs.databricks.com/aws/en/sql/language-manual/sql-ref-information-schema" target="_blank"&gt;https://docs.databricks.com/aws/en/sql/language-manual/sql-ref-information-schema&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;You can also use the system-level information schema lets you query across the whole metastore.&lt;BR /&gt;the system.access.audit table to capture permission-update events and ACL changes (including user_name, group_name, and permission_level) for workspace apps and other securables; this is event-oriented but can be used to reconstruct or monitor permission assignments over time.&lt;BR /&gt;Ref Doc -&amp;nbsp;&lt;A href="https://docs.databricks.com/aws/en/admin/system-tables/audit-logs" target="_blank"&gt;https://docs.databricks.com/aws/en/admin/system-tables/audit-logs&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Nov 2025 18:00:52 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/list-workspace-permissions-should-return-identity/m-p/140324#M51384</guid>
      <dc:creator>iyashk-DB</dc:creator>
      <dc:date>2025-11-25T18:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: List workspace permissions should return identity</title>
      <link>https://community.databricks.com/t5/data-engineering/list-workspace-permissions-should-return-identity/m-p/140356#M51397</link>
      <description>&lt;P&gt;I'll give this one a try. Thanks, Advika, for the response!&lt;/P&gt;</description>
      <pubDate>Wed, 26 Nov 2025 02:14:10 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/list-workspace-permissions-should-return-identity/m-p/140356#M51397</guid>
      <dc:creator>GijsR</dc:creator>
      <dc:date>2025-11-26T02:14:10Z</dc:date>
    </item>
  </channel>
</rss>

