Advertisement
Guest User

Untitled

a guest
Apr 5th, 2018
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.95 KB | None | 0 0
  1. [
  2.     {
  3.         "Name": "Grupa1",
  4.         "User": {
  5.             "Claims": [],
  6.             "Logins": [],
  7.             "Roles": [],
  8.             "Name": "Jan",
  9.             "Surname": "Kowalski",
  10.             "Email": "asd@sdfsda.pl",
  11.             "EmailConfirmed": false,
  12.             "PasswordHash": "AMvOFS02lcDhrwo7AhONf+Cqb/aLNVWWASm0uy1YilUjXvYGVjRpox+TBhqbaz1eLg==",
  13.             "SecurityStamp": "ab42f16f-772a-4784-b498-a5375d99557a",
  14.             "PhoneNumber": null,
  15.             "PhoneNumberConfirmed": false,
  16.             "TwoFactorEnabled": false,
  17.             "LockoutEndDateUtc": null,
  18.             "LockoutEnabled": false,
  19.             "AccessFailedCount": 0,
  20.             "Id": "fcdd91e6-0c8e-41b5-a7d2-5a4914ab9d08",
  21.             "UserName": "asd@sdfsda.pl"
  22.         },
  23.         "Lists": [
  24.             {
  25.                 "Id": 2,
  26.                 "Name": "Lista1",
  27.                 "GroupId": 1,
  28.                 "ApplicationUser": {
  29.                     "Claims": [],
  30.                     "Logins": [],
  31.                     "Roles": [],
  32.                     "Name": "Jan",
  33.                     "Surname": "Kowalski",
  34.                     "Email": "asd@sdfsda.pl",
  35.                     "EmailConfirmed": false,
  36.                     "PasswordHash": "AMvOFS02lcDhrwo7AhONf+Cqb/aLNVWWASm0uy1YilUjXvYGVjRpox+TBhqbaz1eLg==",
  37.                     "SecurityStamp": "ab42f16f-772a-4784-b498-a5375d99557a",
  38.                     "PhoneNumber": null,
  39.                     "PhoneNumberConfirmed": false,
  40.                     "TwoFactorEnabled": false,
  41.                     "LockoutEndDateUtc": null,
  42.                     "LockoutEnabled": false,
  43.                     "AccessFailedCount": 0,
  44.                     "Id": "fcdd91e6-0c8e-41b5-a7d2-5a4914ab9d08",
  45.                     "UserName": "asd@sdfsda.pl"
  46.                 }
  47.             },
  48.             {
  49.                 "Id": 3,
  50.                 "Name": "Lista2",
  51.                 "GroupId": 1,
  52.                 "ApplicationUser": null
  53.             },
  54.             {
  55.                 "Id": 4,
  56.                 "Name": "Lista3",
  57.                 "GroupId": 1,
  58.                 "ApplicationUser": null
  59.             },
  60.             {
  61.                 "Id": 5,
  62.                 "Name": "Janusz",
  63.                 "GroupId": 1,
  64.                 "ApplicationUser": {
  65.                     "Claims": [],
  66.                     "Logins": [],
  67.                     "Roles": [],
  68.                     "Name": "Jan",
  69.                     "Surname": "Kowalski",
  70.                     "Email": "123@wp.pl",
  71.                     "EmailConfirmed": false,
  72.                     "PasswordHash": "AAY+n9fzfJks4PuTGQzUalG/pq0njm7OOOZHROK41K5/N6ODUqcqgogIVBtYRNYwtA==",
  73.                     "SecurityStamp": "6b4eb9f3-3cd8-4f72-ae8b-1fc4c0e4867a",
  74.                     "PhoneNumber": null,
  75.                     "PhoneNumberConfirmed": false,
  76.                     "TwoFactorEnabled": false,
  77.                     "LockoutEndDateUtc": null,
  78.                     "LockoutEnabled": false,
  79.                     "AccessFailedCount": 0,
  80.                     "Id": "8e589571-f5c0-4b0b-9aa0-e5f6f95db04e",
  81.                     "UserName": "123@wp.pl"
  82.                 }
  83.             }
  84.         ]
  85.     },
  86.     {
  87.         "Name": "test",
  88.         "User": {
  89.             "Claims": [],
  90.             "Logins": [],
  91.             "Roles": [],
  92.             "Name": "Jan",
  93.             "Surname": "Kowalski",
  94.             "Email": "123@wp.pl",
  95.             "EmailConfirmed": false,
  96.             "PasswordHash": "AAY+n9fzfJks4PuTGQzUalG/pq0njm7OOOZHROK41K5/N6ODUqcqgogIVBtYRNYwtA==",
  97.             "SecurityStamp": "6b4eb9f3-3cd8-4f72-ae8b-1fc4c0e4867a",
  98.             "PhoneNumber": null,
  99.             "PhoneNumberConfirmed": false,
  100.             "TwoFactorEnabled": false,
  101.             "LockoutEndDateUtc": null,
  102.             "LockoutEnabled": false,
  103.             "AccessFailedCount": 0,
  104.             "Id": "8e589571-f5c0-4b0b-9aa0-e5f6f95db04e",
  105.             "UserName": "123@wp.pl"
  106.         },
  107.         "Lists": []
  108.     }
  109. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement