<?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[How to Report on Users with MFA Enabled in FusionAuth]]></title><description><![CDATA[<p dir="auto">We’d like to generate a custom report showing which imported user accounts have set up multi-factor authentication (MFA). Ideally, we want to see all users and their MFA status under the Multi-Factor tab. Is this possible?</p>
]]></description><link>https://fusionauth.io/community/forum/topic/3006/how-to-report-on-users-with-mfa-enabled-in-fusionauth</link><generator>RSS for Node</generator><lastBuildDate>Fri, 07 Aug 2026 12:07:59 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/3006.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 30 Jun 2025 04:56:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to Report on Users with MFA Enabled in FusionAuth on Mon, 30 Jun 2025 04:58:22 GMT]]></title><description><![CDATA[<p dir="auto">Yes! FusionAuth stores MFA details on the user object, and you can search for users with MFA enabled using Elasticsearch queries.</p>
<p dir="auto">For example, in the Admin UI’s User search, you can run:</p>
<pre><code>_exists_:twoFactor
</code></pre>
<p dir="auto">This returns all users with at least one MFA method configured. You can also perform similar searches via the User Search API to build custom reports. For more details on searchable user fields and Elasticsearch queries, see:</p>
<ul>
<li><a href="https://fusionauth.io/docs/reference/user-fields" rel="nofollow ugc">User Fields Reference</a></li>
<li><a href="https://fusionauth.io/docs/lifecycle/manage-users/search/user-search-with-elasticsearch#searching-with-querystring" rel="nofollow ugc">User Search with Elasticsearch</a></li>
</ul>
]]></description><link>https://fusionauth.io/community/forum/post/8217</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/8217</guid><dc:creator><![CDATA[wesley]]></dc:creator><pubDate>Mon, 30 Jun 2025 04:58:22 GMT</pubDate></item></channel></rss>