<?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[Can I query a user on their user data?]]></title><description><![CDATA[<p dir="auto">Hi, are there any examples of how to query users based on user data?</p>
]]></description><link>https://fusionauth.io/community/forum/topic/53/can-i-query-a-user-on-their-user-data</link><generator>RSS for Node</generator><lastBuildDate>Tue, 17 Mar 2026 06:25:20 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/53.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 05 May 2020 17:34:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Can I query a user on their user data? on Sun, 30 Apr 2023 18:35:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/2310">@le-nnyburkdoll</a></p>
<p dir="auto">This guide might be helpful to you: <a href="https://fusionauth.io/docs/v1/tech/guides/user-search-with-elasticsearch" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/guides/user-search-with-elasticsearch</a></p>
<p dir="auto">Thanks,<br />
Dan</p>
]]></description><link>https://fusionauth.io/community/forum/post/6110</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/6110</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Sun, 30 Apr 2023 18:35:36 GMT</pubDate></item><item><title><![CDATA[Reply to Can I query a user on their user data? on Fri, 21 Apr 2023 08:43:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/20">@dan</a> I have really same query can you find some way.</p>
]]></description><link>https://fusionauth.io/community/forum/post/6100</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/6100</guid><dc:creator><![CDATA[le.nnyburkdoll]]></dc:creator><pubDate>Fri, 21 Apr 2023 08:43:46 GMT</pubDate></item><item><title><![CDATA[Reply to Can I query a user on their user data? on Tue, 05 May 2020 17:40:29 GMT]]></title><description><![CDATA[<p dir="auto">You can experiment in the admin UI using the search field.</p>
<p dir="auto">You can use the query string DSL or a full JSON query in the search field, if you are running elastic search.</p>
<p dir="auto">Here's a link to building an ElasticSearch query (in version 6.3): <a href="https://www.elastic.co/guide/en/elasticsearch/reference/6.3/query-dsl-query-string-query.html" rel="nofollow ugc">https://www.elastic.co/guide/en/elasticsearch/reference/6.3/query-dsl-query-string-query.html</a></p>
<p dir="auto">For example if you have companyName in custom data, the query string would be <code>data.companyName:"Acme Corp."</code></p>
<p dir="auto">If you are using the database search, you won't be able to use this kind of querying.</p>
<p dir="auto">Here's more on the difference between the database search and elasticsearch options for user search: <a href="https://fusionauth.io/docs/v1/tech/core-concepts/users#user-search" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/core-concepts/users#user-search</a></p>
]]></description><link>https://fusionauth.io/community/forum/post/118</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/118</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Tue, 05 May 2020 17:40:29 GMT</pubDate></item></channel></rss>