Created
June 17, 2016 10:38
-
-
Save cw6365/462374cadf49061e40ab134cd2e51055 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_id" : ObjectId("5763d1e708ed75b231b1bfd2"), | |
"email" : "[email protected]", | |
"reviews" : NumberInt(0), | |
"connections" : NumberInt(0), | |
"workedHours" : NumberInt(0), | |
"rating" : NumberInt(0), | |
"projects" : [ | |
], | |
"balance" : NumberInt(0), | |
"team" : [ | |
], | |
"fbTotal" : NumberInt(0), | |
"fbPossible" : NumberInt(0), | |
"fbRating" : NumberInt(0), | |
"fb" : [ | |
], | |
"pending" : true, | |
"skills" : [ | |
{ | |
"name" : "ruby on rails", | |
"_id" : ObjectId("5763d26608ed75b231b1bfd9"), | |
"endorsements" : NumberInt(0) | |
}, | |
{ | |
"name" : "php", | |
"_id" : ObjectId("5763d26608ed75b231b1bfd8"), | |
"endorsements" : NumberInt(0) | |
} | |
], | |
"hourRate" : NumberInt(35), | |
"currency" : "£ GBP", | |
"resetTokenDate" : ISODate("2016-06-17T10:33:11.846+0000"), | |
"lastName" : "Test", | |
"firstName" : "Expert", | |
"profiled" : true, | |
"busy" : false, | |
"status" : NumberInt(0), | |
"updatedAt" : ISODate("2016-06-17T10:33:11.846+0000"), | |
"createdAt" : ISODate("2016-06-17T10:33:11.846+0000"), | |
"userType" : "expert", | |
"deleted" : false, | |
"active" : true, | |
"role" : "user", | |
"salt" : "Aue0nZh5L65Q3gk0GB1xbo7Z0YpLt5p5QFbu617lv7E=", | |
"hashedPWD" : "e1502dda48a3c71eb2cbb428fc9ac393f1b02032", | |
"__v" : NumberInt(0), | |
"subscription" : { | |
"updatedAt" : ISODate("2016-06-17T10:33:11.863+0000"), | |
"nextRenewalAt" : ISODate("2016-06-17T10:33:11.863+0000"), | |
"amount" : NumberInt(0) | |
}, | |
"description" : "ruby on rails development", | |
"title" : "I am a rails dev" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment