Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. {
  2. "_id" : "",
  3. "createdAt" : ISODate("2017-01-20T20:00:45.569Z"),
  4. "services" : {},
  5. "emails" : [
  6. {
  7. "address" : "stizzle@me.com",
  8. "verified" : false
  9. }
  10. ],
  11. "type" : "freelancer",
  12. "firstName" : "Vorname",
  13. "lastName" : "Nachname",
  14. "url" : "http://www.foo.de",
  15. "inviteCode" : "_migr",
  16. "availability" : {
  17. "status" : "not",
  18. "date" : null
  19. },
  20. "intro" : "Mein Intro",
  21. "travel" : true,
  22. "positions" : [],
  23. "locations" : [],
  24. "skills" : [],
  25. "roles" : {
  26. "__global_roles__" : [
  27. "freelancer"
  28. ]
  29. },
  30. "username" : "vornamenachname"
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement