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

    emudojo

    @emudojo

    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    emudojo Unfollow Follow

    Latest 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