Need Help updating profile info via API

Ok… I spent a lot more time digging through the forums and found a similar issue from 7 years ago. Turns out if you update the Content-Type to “application/json; charset=utf-8” it works!

I have one last issue: how do I update the username via the API?

I’ve tried doing something like this but it doesnt work:

-d '{"name”: “new name", "username": "new username"}' \

1 Like