<?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[username search against the database?]]></title><description><![CDATA[<p dir="auto">I want to know what user name has registered to an application but I don't have <code>username</code> in the registration table:</p>
<pre><code>SELECT id FROM fa.user_registrations WHERE username!=null;
</code></pre>
<p dir="auto">This query gives me nothing in the results.</p>
]]></description><link>https://fusionauth.io/community/forum/topic/1024/username-search-against-the-database</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Apr 2026 13:54:38 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/1024.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 18 May 2021 13:26:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to username search against the database? on Tue, 18 May 2021 13:27:17 GMT]]></title><description><![CDATA[<p dir="auto">The user and registration may have a username field. The username field on the user is the one that can be used to login. In general you will want to use the <a href="https://fusionauth.io/docs/v1/tech/apis/users/#search-for-users" rel="nofollow ugc">Search API</a> for those types of queries rather than directly accessing the database.</p>
<p dir="auto">The reason is because the API is documented and stable, and the database is undocumented and may change.</p>
]]></description><link>https://fusionauth.io/community/forum/post/3028</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/3028</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Tue, 18 May 2021 13:27:17 GMT</pubDate></item></channel></rss>