Guest User

Untitled

a guest
Feb 11th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.99 KB | None | 0 0
  1. [
  2.   {
  3.     "id": 4,
  4.     "name": "GROUP12",
  5.     "description": "hello",
  6.     "users": [
  7.       {
  8.         "id": 13,
  9.         "email": "admin@example2.com",
  10.         "username": "admin@example2.com",
  11.         "roles": [
  12.           "ROLE_ADMIN",
  13.           "ROLE_USER"
  14.         ],
  15.         "password": "$argon2i$v=19$m=1024,t=2,p=2$V0FUOGxrRVA5UmtUVGxReQ$lqahDuQY1nGYFIQXuZpcvXiD2kOopxnIV6z2NG+fUXk",
  16.         "salt": null,
  17.         "name": "Admin",
  18.         "userGroups": [
  19.           4,
  20.           {
  21.             "id": 5,
  22.             "name": "HELLO",
  23.             "description": "HELLO2",
  24.             "users": [
  25.               13,
  26.               {
  27.                 "id": 14,
  28.                 "email": "ppshobi@gm22ail.com2",
  29.                 "username": "ppshobi@gm22ail.com2",
  30.                 "roles": [
  31.                   "ROLE_USER"
  32.                 ],
  33.                 "password": "$argon2i$v=19$m=1024,t=2,p=2$OTVweC4wYi9jaTlsWmFCcw$SR6Y8zdvSVPd210nfn4ilNRvyUwiexTy5rX5jr+B6jc",
  34.                 "salt": null,
  35.                 "name": "shobi@test.com",
  36.                 "userGroups": [
  37.                   5
  38.                 ]
  39.               },
  40.               {
  41.                 "id": 15,
  42.                 "email": "ppshobi@gmailqq.com",
  43.                 "username": "ppshobi@gmailqq.com",
  44.                 "roles": [
  45.                   "ROLE_USER"
  46.                 ],
  47.                 "password": "123456",
  48.                 "salt": null,
  49.                 "name": "shobi@test.com",
  50.                 "userGroups": [
  51.                   5
  52.                 ]
  53.               }
  54.             ]
  55.           }
  56.         ]
  57.       }
  58.     ]
  59.   },
  60.   {
  61.     "id": 5,
  62.     "name": "HELLO",
  63.     "description": "HELLO2",
  64.     "users": [
  65.       {
  66.         "id": 13,
  67.         "email": "admin@example2.com",
  68.         "username": "admin@example2.com",
  69.         "roles": [
  70.           "ROLE_ADMIN",
  71.           "ROLE_USER"
  72.         ],
  73.         "password": "$argon2i$v=19$m=1024,t=2,p=2$V0FUOGxrRVA5UmtUVGxReQ$lqahDuQY1nGYFIQXuZpcvXiD2kOopxnIV6z2NG+fUXk",
  74.         "salt": null,
  75.         "name": "Admin",
  76.         "userGroups": [
  77.           {
  78.             "id": 4,
  79.             "name": "GROUP12",
  80.             "description": "hello",
  81.             "users": [
  82.               13
  83.             ]
  84.           },
  85.           5
  86.         ]
  87.       },
  88.       {
  89.         "id": 14,
  90.         "email": "ppshobi@gm22ail.com2",
  91.         "username": "ppshobi@gm22ail.com2",
  92.         "roles": [
  93.           "ROLE_USER"
  94.         ],
  95.         "password": "$argon2i$v=19$m=1024,t=2,p=2$OTVweC4wYi9jaTlsWmFCcw$SR6Y8zdvSVPd210nfn4ilNRvyUwiexTy5rX5jr+B6jc",
  96.         "salt": null,
  97.         "name": "shobi@test.com",
  98.         "userGroups": [
  99.           5
  100.         ]
  101.       },
  102.       {
  103.         "id": 15,
  104.         "email": "ppshobi@gmailqq.com",
  105.         "username": "ppshobi@gmailqq.com",
  106.         "roles": [
  107.           "ROLE_USER"
  108.         ],
  109.         "password": "123456",
  110.         "salt": null,
  111.         "name": "shobi@test.com",
  112.         "userGroups": [
  113.           5
  114.         ]
  115.       }
  116.     ]
  117.   }
  118. ]
Add Comment
Please, Sign In to add comment