<?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[List the registered users. Getting response code as 401 Unauthorised]]></title><description><![CDATA[<p dir="auto">Hi, Im using fusionauth for a small setup. So using this with default db search.</p>
<p dir="auto">I tried to fetch the list of users with the following info.</p>
<p dir="auto">HttpMethod = GET<br />
Url: <a href="http://localhost:9011/api/user/search?queryString=%22*%22" rel="nofollow ugc">http://localhost:9011/api/user/search?queryString="*"</a><br />
Above request made with Authorization in the request header part.</p>
<p dir="auto">I am getting <code>401 Unauthorised</code> error from fusionauth API response.</p>
<p dir="auto">Is there any other fields that need to be passed?</p>
<p dir="auto">But if i use the same authorization token with GET: <a href="http://localhost:9011/api/user/" rel="nofollow ugc">http://localhost:9011/api/user/</a> its getting success response.</p>
]]></description><link>https://fusionauth.io/community/forum/topic/698/list-the-registered-users-getting-response-code-as-401-unauthorised</link><generator>RSS for Node</generator><lastBuildDate>Tue, 17 Mar 2026 07:04:06 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/698.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 29 Dec 2020 11:06:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to List the registered users. Getting response code as 401 Unauthorised on Tue, 05 Jan 2021 14:51:00 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></p>
<p dir="auto">Thanks for the reply. It works</p>
]]></description><link>https://fusionauth.io/community/forum/post/2105</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/2105</guid><dc:creator><![CDATA[ramkumarrammohan]]></dc:creator><pubDate>Tue, 05 Jan 2021 14:51:00 GMT</pubDate></item><item><title><![CDATA[Reply to List the registered users. Getting response code as 401 Unauthorised on Tue, 05 Jan 2021 03:59:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://fusionauth.io/community/forum/uid/508">@ramkumarrammohan</a></p>
<p dir="auto">I think you want:</p>
<pre><code>http://localhost:9011/api/user/search?queryString=*
</code></pre>
<p dir="auto">No double quotes around it.</p>
<p dir="auto">Does that work?</p>
]]></description><link>https://fusionauth.io/community/forum/post/2097</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/2097</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Tue, 05 Jan 2021 03:59:43 GMT</pubDate></item></channel></rss>