<?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[Retrieving all users]]></title><description><![CDATA[<p dir="auto">I’m not seeing an explicit POST <code>/api/user/search</code> that will return all users - if i pass a queryString of <code>*</code> will I, in fact, get all users?</p>
]]></description><link>https://fusionauth.io/community/forum/topic/465/retrieving-all-users</link><generator>RSS for Node</generator><lastBuildDate>Sun, 14 Jun 2026 13:08:36 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/465.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 08 Oct 2020 15:26:23 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Retrieving all users on Thu, 08 Oct 2020 15:29:23 GMT]]></title><description><![CDATA[<p dir="auto">From the <a href="https://fusionauth.io/docs/v1/tech/apis/users#search-for-users" rel="nofollow ugc">user search docs</a>, for the database search engine:</p>
<blockquote>
<p dir="auto">Regular expressions may not be used. A value of * will match all records.</p>
</blockquote>
<p dir="auto">For the elasticsearch search engine, you are limited to 10,000 records returned due to this bug: <a href="https://github.com/FusionAuth/fusionauth-issues/issues/494" rel="nofollow ugc">https://github.com/FusionAuth/fusionauth-issues/issues/494</a></p>
<p dir="auto">Here's docs on how to switch between them: <a href="https://fusionauth.io/docs/v1/tech/tutorials/switch-search-engines" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/tutorials/switch-search-engines</a></p>
]]></description><link>https://fusionauth.io/community/forum/post/1410</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/1410</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Thu, 08 Oct 2020 15:29:23 GMT</pubDate></item></channel></rss>