Database

[{user:"Bob",country:"USA"},{user:"Bob",country:"Mexico"},{user:"Bob",country:"Mexico"},{user:"Kim",country:"Mexico"},{user:"Darren",country:"Mexico"},{user:"Joe",country:"Mexico"}]

Query

db.collection.aggregate([{"$group":{"_id":"$country","users":{"$addToSet":"$user"}}}])

Result