• Home
  • Categories
  • Recent
  • Popular
  • Pricing
  • Contact us
  • Docs
  • Login
FusionAuth
  • Home
  • Categories
  • Recent
  • Popular
  • Pricing
  • Contact us
  • Docs
  • Login

Are the post and get forms of the user search API equivalent?

Scheduled Pinned Locked Moved
Q&A
database user search java client
0
2
2.6k
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D
    dan
    last edited by dan 3 Sept 2021, 00:31 9 Mar 2021, 00:31

    I noticed that the FusionAuth java client only posts user searches, it doesn't perform a get.

    Will that be an issue if I am using the database search engine?

    --
    FusionAuth - Auth for devs, built by devs.
    https://fusionauth.io

    1 Reply Last reply Reply Quote 0
    • D
      dan
      last edited by 9 Mar 2021, 00:32

      Yes, they are equivalent. Building this JSON:

      {
        "search": {
          "queryString": "fusionauth.io"
        }
      }
      

      and posting it is equivalent to a GET with queryString=fusionauth.io.

      --
      FusionAuth - Auth for devs, built by devs.
      https://fusionauth.io

      1 Reply Last reply Reply Quote 0
      1 out of 2
      • First post
        1/2
        Last post