shell> curl -X PUT --data-binary @- --dump - http://localhost:8529/_api/user/admin@myapp <<EOF { "passwd" : "secure" } EOF HTTP/1.1 200 OK content-type: application/json; charset=utf-8 { "user" : "admin@myapp", "active" : true, "extra" : { }, "changePassword" : false, "error" : false, "code" : 200 }