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-TenantIdwith 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 ?
-
@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.
Thanks,
Josh