How to update profile information via API

Using the API:

curl -X PUT -d 'name=BOB TEST' http://your.discourse.instance/users/<DISCOURSE_USERNAME>.json?api_key=<API_KEY>&api_username=<API_USER>

Take a look at the Discourse API.

5 Likes