adding field to each user mongodb code example Example: add property to all documents mongo db.myCollection.update({}, {$set: {"isOpen": false}}, false, true)