Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
titleUser Record Sample
var data = {
   "_id": ObjectId('54ee1a511856706c23639308'),
   "username": "owner",
   "firstName": "owner",
   "lastName": "owner",
   "email": "owner@soajs.org",
   "ts": 1460024840683,
   "status": "active",
   "profile": {},
   "socialLogin": {
		      "strategy": "facebook": {,
         "id": "10153921831136546",
         "accessToken": "EAAEtfZBue5g4BAHxZC795RjLBHzM044Rd1lqJDMUzj1FNDkZD"
      }
   },
   "groups": [
      "owner"
   ],
   "config": {
      "packages": {},
      "keys": {}
   },
   "tenant": {
      "id": "5551aca9e179c39b760f7a1a",
      "code": "DBTN"
   }
}