<?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: Monitor workspace admin activities in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/monitor-workspace-admin-activities/m-p/115850#M3273</link>
    <description>&lt;P&gt;Thank you very much for the response. I tried to grant the user access directly, and they are able to access the workspace (workspace enabled with Unity Catalog and system tables enabled). Then I executed the query you recommended, but it returns empty.&lt;/P&gt;</description>
    <pubDate>Fri, 18 Apr 2025 14:29:47 GMT</pubDate>
    <dc:creator>antonionuzzo</dc:creator>
    <dc:date>2025-04-18T14:29:47Z</dc:date>
    <item>
      <title>Monitor workspace admin activities</title>
      <link>https://community.databricks.com/t5/administration-architecture/monitor-workspace-admin-activities/m-p/115830#M3269</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello everyone,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am conducting tests on Databricks AWS and have noticed that in an organization with multiple workspaces, each with different workspace admins, a workspace admin can invite a user who is not mapped within their workspace but is already mapped inside databricks metastore. I would like to understand if it is possible to prohibit this action for the workspace admin or, alternatively, where this information is logged. I believe it is within the system audit access table, but I am unable to find the row that identifies this action.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Apr 2025 09:49:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/monitor-workspace-admin-activities/m-p/115830#M3269</guid>
      <dc:creator>antonionuzzo</dc:creator>
      <dc:date>2025-04-18T09:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor workspace admin activities</title>
      <link>https://community.databricks.com/t5/administration-architecture/monitor-workspace-admin-activities/m-p/115847#M3272</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/157648"&gt;@antonionuzzo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There isn’t a way in Databricks to restrict workspace admins from inviting users who aren’t part of their workspace but already exist in the metastore. If you're trying to track this activity, you can use the system.access.audit table (assuming system tables are enabled).&lt;BR /&gt;&lt;BR /&gt;Here's a sample query you can run to check for user additions in a specific workspace:&lt;/P&gt;&lt;P&gt;SELECT&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;event_time,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;user_identity.email,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;action_name,&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;request_params&lt;BR /&gt;FROM&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;system.access.audit&lt;BR /&gt;WHERE&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;action_name = 'addUser'&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;AND request_params.workspace_id = 'YOUR_WORKSPACE_ID'&lt;BR /&gt;ORDER BY&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;event_time DESC;&lt;/P&gt;&lt;P&gt;This should help you to see when users were added and by whom.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Apr 2025 13:43:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/monitor-workspace-admin-activities/m-p/115847#M3272</guid>
      <dc:creator>SP_6721</dc:creator>
      <dc:date>2025-04-18T13:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor workspace admin activities</title>
      <link>https://community.databricks.com/t5/administration-architecture/monitor-workspace-admin-activities/m-p/115850#M3273</link>
      <description>&lt;P&gt;Thank you very much for the response. I tried to grant the user access directly, and they are able to access the workspace (workspace enabled with Unity Catalog and system tables enabled). Then I executed the query you recommended, but it returns empty.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Apr 2025 14:29:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/monitor-workspace-admin-activities/m-p/115850#M3273</guid>
      <dc:creator>antonionuzzo</dc:creator>
      <dc:date>2025-04-18T14:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Monitor workspace admin activities</title>
      <link>https://community.databricks.com/t5/administration-architecture/monitor-workspace-admin-activities/m-p/115859#M3274</link>
      <description>&lt;P&gt;You do have some control over what workspace admins can do.&amp;nbsp;Databricks allows account admins to restrict workspace admin permissions by enabling the &lt;CODE&gt;RestrictWorkspaceAdmins&lt;/CODE&gt; setting. Have a look here:&amp;nbsp;&lt;A href="https://docs.databricks.com/aws/en/admin/workspace-settings/restrict-workspace-admins" target="_blank"&gt;https://docs.databricks.com/aws/en/admin/workspace-settings/restrict-workspace-admins&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Account admins are elevated and have entitlements at the Databricks Account level. There will only be one or two of these people. Hope this helps.&amp;nbsp; Louis.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Apr 2025 16:57:18 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/monitor-workspace-admin-activities/m-p/115859#M3274</guid>
      <dc:creator>Louis_Frolio</dc:creator>
      <dc:date>2025-04-18T16:57:18Z</dc:date>
    </item>
  </channel>
</rss>

