Thanks for the reply. It works
R
Best posts made by ramkumarrammohan
- 
RE: List the registered users. Getting response code as 401 Unauthorisedposted in General Discussion
Latest posts made by ramkumarrammohan
- 
RE: List the registered users. Getting response code as 401 Unauthorisedposted in General DiscussionThanks for the reply. It works 
- 
List the registered users. Getting response code as 401 Unauthorisedposted in General DiscussionHi, Im using fusionauth for a small setup. So using this with default db search. I tried to fetch the list of users with the following info. HttpMethod = GET 
 Url: http://localhost:9011/api/user/search?queryString="*"
 Above request made with Authorization in the request header part.I am getting 401 Unauthorisederror from fusionauth API response.Is there any other fields that need to be passed? But if i use the same authorization token with GET: http://localhost:9011/api/user/ its getting success response.