<?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 How to find when was the last time a user logged in to Azure Databricks? in Administration &amp; Architecture</title>
    <link>https://community.databricks.com/t5/administration-architecture/how-to-find-when-was-the-last-time-a-user-logged-in-to-azure/m-p/136020#M4271</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am asked to prepare a report on Azure Databricks usage in our company. Most metadata I need, like a list of users, workspaces, users rights on workspaces etc. I already have, but I do not know how to determine when the last time was a user logged in to an Azure Databricks workspace. Any suggestions would be highly appreciated.&lt;/P&gt;</description>
    <pubDate>Sat, 25 Oct 2025 11:49:32 GMT</pubDate>
    <dc:creator>schluckie</dc:creator>
    <dc:date>2025-10-25T11:49:32Z</dc:date>
    <item>
      <title>How to find when was the last time a user logged in to Azure Databricks?</title>
      <link>https://community.databricks.com/t5/administration-architecture/how-to-find-when-was-the-last-time-a-user-logged-in-to-azure/m-p/136020#M4271</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am asked to prepare a report on Azure Databricks usage in our company. Most metadata I need, like a list of users, workspaces, users rights on workspaces etc. I already have, but I do not know how to determine when the last time was a user logged in to an Azure Databricks workspace. Any suggestions would be highly appreciated.&lt;/P&gt;</description>
      <pubDate>Sat, 25 Oct 2025 11:49:32 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/how-to-find-when-was-the-last-time-a-user-logged-in-to-azure/m-p/136020#M4271</guid>
      <dc:creator>schluckie</dc:creator>
      <dc:date>2025-10-25T11:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to find when was the last time a user logged in to Azure Databricks?</title>
      <link>https://community.databricks.com/t5/administration-architecture/how-to-find-when-was-the-last-time-a-user-logged-in-to-azure/m-p/136033#M4272</link>
      <description>&lt;P&gt;I'm not sure, but have you tried checking in system catalog tables ?&lt;/P&gt;</description>
      <pubDate>Sat, 25 Oct 2025 12:53:11 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/how-to-find-when-was-the-last-time-a-user-logged-in-to-azure/m-p/136033#M4272</guid>
      <dc:creator>Mailendiran</dc:creator>
      <dc:date>2025-10-25T12:53:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to find when was the last time a user logged in to Azure Databricks?</title>
      <link>https://community.databricks.com/t5/administration-architecture/how-to-find-when-was-the-last-time-a-user-logged-in-to-azure/m-p/136159#M4275</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/194311"&gt;@schluckie&lt;/a&gt;&amp;nbsp;you can check using a query like the one below and just change the ip address to match your conventions, or remove it entirely.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SELECT event_time, user_identity.email, source_ip_address, action_name, response.status_code
FROM system.access.audit
WHERE action_name IN ('login', 'logout', 'createToken', 'deleteToken')
  AND (response.status_code &amp;gt;= 400 OR source_ip_address NOT LIKE 'xx.%')
  AND event_date &amp;gt;= current_date() - INTERVAL 7 DAYS
ORDER BY event_time DESC&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Oct 2025 10:14:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/administration-architecture/how-to-find-when-was-the-last-time-a-user-logged-in-to-azure/m-p/136159#M4275</guid>
      <dc:creator>ncf5031</dc:creator>
      <dc:date>2025-10-27T10:14:27Z</dc:date>
    </item>
  </channel>
</rss>

