<?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 get Captive Portal users' expiration date using API? in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/how-to-get-captive-portal-users-expiration-date-using-api/m-p/5415800#M2821</link>
    <description>&lt;P&gt;We're using Captive Portal/Splash Login to authenticate our WIFI users. Our time period is 30 days and they need to sign-in again. &lt;/P&gt;&lt;P&gt;Just curious if there's a way to capture the users' expiration date via API? Our goal is to notify the users a day before their expiration date. I tried getNetworkClients but the expiration dates aren't showing there. Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Mon, 25 Aug 2025 20:53:56 GMT</pubDate>
    <dc:creator>Marc_Abaya</dc:creator>
    <dc:date>2025-08-25T20:53:56Z</dc:date>
    <item>
      <title>How to get Captive Portal users' expiration date using API?</title>
      <link>https://community.cisco.com/t5/network-platform-api/how-to-get-captive-portal-users-expiration-date-using-api/m-p/5415800#M2821</link>
      <description>&lt;P&gt;We're using Captive Portal/Splash Login to authenticate our WIFI users. Our time period is 30 days and they need to sign-in again. &lt;/P&gt;&lt;P&gt;Just curious if there's a way to capture the users' expiration date via API? Our goal is to notify the users a day before their expiration date. I tried getNetworkClients but the expiration dates aren't showing there. Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 20:53:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/how-to-get-captive-portal-users-expiration-date-using-api/m-p/5415800#M2821</guid>
      <dc:creator>Marc_Abaya</dc:creator>
      <dc:date>2025-08-25T20:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Captive Portal users' expiration date using API?</title>
      <link>https://community.cisco.com/t5/network-platform-api/how-to-get-captive-portal-users-expiration-date-using-api/m-p/5415801#M2822</link>
      <description>&lt;P&gt;Take a look at this API.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/meraki/api-v1/get-network-meraki-auth-users/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/get-network-meraki-auth-users/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 21:00:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/how-to-get-captive-portal-users-expiration-date-using-api/m-p/5415801#M2822</guid>
      <dc:creator>aleabrahao</dc:creator>
      <dc:date>2025-08-25T21:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Captive Portal users' expiration date using API?</title>
      <link>https://community.cisco.com/t5/network-platform-api/how-to-get-captive-portal-users-expiration-date-using-api/m-p/5415802#M2823</link>
      <description>&lt;P&gt;Sorry I forgot to mention we're using Google OAuth for the sign-in: &lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Marc_Abaya_0-1756156803088.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/264497i368545BCFD832AE6/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The /merakiAuthUsers request didn't show any results.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 21:21:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/how-to-get-captive-portal-users-expiration-date-using-api/m-p/5415802#M2823</guid>
      <dc:creator>Marc_Abaya</dc:creator>
      <dc:date>2025-08-25T21:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Captive Portal users' expiration date using API?</title>
      <link>https://community.cisco.com/t5/network-platform-api/how-to-get-captive-portal-users-expiration-date-using-api/m-p/5415803#M2824</link>
      <description>&lt;P&gt;So, it's no possible.&lt;/P&gt;&lt;P&gt;Meraki does not expose expiration dates for users authenticated via Google OAuth through the Dashboard API.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 21:28:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/how-to-get-captive-portal-users-expiration-date-using-api/m-p/5415803#M2824</guid>
      <dc:creator>aleabrahao</dc:creator>
      <dc:date>2025-08-25T21:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Captive Portal users' expiration date using API?</title>
      <link>https://community.cisco.com/t5/network-platform-api/how-to-get-captive-portal-users-expiration-date-using-api/m-p/5415804#M2825</link>
      <description>&lt;P&gt;I would look in Network-Wide/Events, and find an event that relates to a user logging in.  Note the info in it.&lt;/P&gt;&lt;P&gt;Then, in your script, retrieve just these kinds of events from the event log.  Note the time of the most recent login and check if it is close to 30 days ago.&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/meraki/api-v1/get-network-events/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/get-network-events/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Aug 2025 03:47:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/how-to-get-captive-portal-users-expiration-date-using-api/m-p/5415804#M2825</guid>
      <dc:creator>Philip D'Ath</dc:creator>
      <dc:date>2025-08-27T03:47:03Z</dc:date>
    </item>
  </channel>
</rss>

