<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with reporting]]></title><description><![CDATA[A list of topics that have been tagged with reporting]]></description><link>https://fusionauth.io/community/forum/tags/reporting</link><generator>RSS for Node</generator><lastBuildDate>Wed, 16 Sep 2026 09:50:35 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/tags/reporting.rss" rel="self" type="application/rss+xml"/><pubDate>Invalid Date</pubDate><ttl>60</ttl><item><title><![CDATA[Advanced reporting, slicing and dicing by user and application and login&#x2F;registration]]></title><description><![CDATA[<p dir="auto">This functionality doesn't exist in the FusionAuth admin screens, please feel free to <a href="https://github.com/fusionauth/fusionauth-issues/issues" rel="nofollow ugc">file an issue with a detailed use case</a> if you feel it should.</p>
<p dir="auto">For registrations, you can look at the date the application registration was created using the <a href="https://fusionauth.io/docs/v1/tech/apis/users/#search-for-users" rel="nofollow ugc">User Search API</a>. You'll probably want to use a date range.</p>
<p dir="auto">For logins, you can review and search all login records by going to "System -&gt; Login Records". However, one could build something with more granularity using the FusionAuth APIs.</p>
<p dir="auto"><a href="https://fusionauth.io/docs/v1/tech/apis/login/#search-login-records" rel="nofollow ugc">This API documents how to pull down the log in data for a given date range</a>. This doesn't include the full user object, but does include the user id. From there you could use the user api to pull down the entire user object.</p>
<p dir="auto">Also, please note that login records may be deleted after a certain period of time, based on your system settings. This deletion is controlled in the admin UI, under "Settings -&gt; System -&gt; Advanced -&gt; Login record settings" and would impact your ability to query login data in the past if enabled.</p>
]]></description><link>https://fusionauth.io/community/forum/topic/817/advanced-reporting-slicing-and-dicing-by-user-and-application-and-login-registration</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/817/advanced-reporting-slicing-and-dicing-by-user-and-application-and-login-registration</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Daily active user report question]]></title><description><![CDATA[<p dir="auto">That is correct. If one user logs in 1,000 times on Feb 9, 2021, it is one active user for that report. The login count report would show 1,000 (assuming no other users logged in) but the DAU report would display 1.</p>
]]></description><link>https://fusionauth.io/community/forum/topic/801/daily-active-user-report-question</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/801/daily-active-user-report-question</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[What is considered &quot;activity&quot; for the daily and monthly active user reports?]]></title><description><![CDATA[<p dir="auto">There are two types of activity that are consolidated in this report. A user is 'active' if either of these holds true for the user during the time period in question.</p>
<p dir="auto">The first is on token/JWT refreshes. There are two ways to trigger an activity event.</p>
<p dir="auto">The first is a POST to /oauth2/token to retrieve a token (either with an auth code, a refresh token, or any other way to get a token). The second is a POST to /api/jwt/refresh, which presents a refresh token for a new access token using the FusionAuth non standard API.</p>
<p dir="auto">The second is on "login" events:</p>
<p dir="auto">Login events are triggered in a number of ways:</p>

an IdP login request (performed via a POST to /api/identity-provider/login
user creation
user registration to an application
through a login performed via a POST to /api/login or a PUT to /api/login
and finally through other forms of login that don't quite fall in those flows above. These include: passwordless, one time password and 2FA.

<p dir="auto">Basically, if a user logs in or has a token generated for them, they are considered active during the timeframe.</p>
]]></description><link>https://fusionauth.io/community/forum/topic/671/what-is-considered-activity-for-the-daily-and-monthly-active-user-reports</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/671/what-is-considered-activity-for-the-daily-and-monthly-active-user-reports</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[List all users]]></title><description><![CDATA[<p dir="auto">There is a Totals report that is available in the UI or API.</p>
<p dir="auto"><a href="https://fusionauth.io/docs/v1/tech/apis/reports#generate-totals-report" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/apis/reports#generate-totals-report</a></p>
]]></description><link>https://fusionauth.io/community/forum/topic/378/list-all-users</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/378/list-all-users</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Report for users by login method?]]></title><description><![CDATA[<p dir="auto">There's no built in reporting for login methods.</p>
<p dir="auto">If you think that'd be worthwhile, please file a <a href="https://github.com/FusionAuth/fusionauth-issues/issues" rel="nofollow ugc">github issue</a> with more details about the use case.</p>
<p dir="auto">However, you could set up a <a href="https://fusionauth.io/docs/v1/tech/events-webhooks/events#user-login-success" rel="nofollow ugc">webhook on the login event</a> and record the event.authenticationType in an external datastore.</p>
]]></description><link>https://fusionauth.io/community/forum/topic/99/report-for-users-by-login-method</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/99/report-for-users-by-login-method</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>