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

    PUT/PATH /api/user NOT working :(

    Scheduled Pinned Locked Moved
    General Discussion
    2
    2
    183
    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.
    • E
      emudojo
      last edited by

      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 ?

      joshuaJ 1 Reply Last reply Reply Quote 0
      • joshuaJ
        joshua @emudojo
        last edited by joshua

        @emudojo Sorry for the delay

        Were you able to figure this out?

        Our documentation covers some nuances to the put/patch for this endpoint which you may be experiencing here.

        • https://fusionauth.io/docs/v1/tech/apis/users#update-a-user

        Thanks,
        Josh

        1 Reply Last reply Reply Quote 0
        • First post
          Last post