FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. emudojo
    3. Posts
    E
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by emudojo

    • PUT/PATH /api/user NOT working :(

      Been trying this for a while and can't for the sake of God figure it out.
      I try to call /api/user/<USERID>

      with a payload such as

      {
          "user": {
              "email": "emudojo@gmail.com",
               "username": "caperusita",
                "verified": false
          }
      }
      

      knowing that both the email and username exists, I scoped my API_KEY left all permissions open like my office window's, disabled CORS and I'm sending

      authorization
      content-type
      X-FusionAuth-TenantId

      with correct values, then the API happily responds with a 200, which makes me believe it went OK, then.... NOTHING WAS updated, been trying to set new paswords, change data/.... nothing nada....

      what am I doing wrong ?

      posted in General Discussion
      E
      emudojo