Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
497
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.76 KB | None | 0 0
  1. {
  2.     "data": [
  3.         {
  4.             "lastActivityTime": null,
  5.             "firstName": "Denise",
  6.             "photoUrl": null,
  7.             "lastName": "Schneider",
  8.             "roles": [
  9.                 {
  10.                     "propertyName": "building2",
  11.                     "role": 2
  12.                 }
  13.             ],
  14.             "contactInfo": [
  15.                 {
  16.                     "type": "email",
  17.                     "contactInfo": "user21@test.com",
  18.                     "primary": true,
  19.                     "id": 41
  20.                 },
  21.                 {
  22.                     "type": "phone_number",
  23.                     "contactInfo": "640.525.9435",
  24.                     "primary": true,
  25.                     "id": 42
  26.                 }
  27.             ],
  28.             "id": 21
  29.         },
  30.         {
  31.             "lastActivityTime": null,
  32.             "firstName": "Jenna",
  33.             "photoUrl": null,
  34.             "lastName": "Davenport",
  35.             "roles": [
  36.                 {
  37.                     "propertyName": "building2",
  38.                     "role": 2
  39.                 }
  40.             ],
  41.             "contactInfo": [
  42.                 {
  43.                     "type": "email",
  44.                     "contactInfo": "user24@test.com",
  45.                     "primary": true,
  46.                     "id": 47
  47.                 },
  48.                 {
  49.                     "type": "phone_number",
  50.                     "contactInfo": "423.280.5983x2468",
  51.                     "primary": true,
  52.                     "id": 48
  53.                 }
  54.             ],
  55.             "id": 24
  56.         },
  57.         {
  58.             "lastActivityTime": null,
  59.             "firstName": "Danielle",
  60.             "photoUrl": null,
  61.             "lastName": "Costa",
  62.             "roles": [
  63.                 {
  64.                     "propertyName": "building14",
  65.                     "role": 2
  66.                 }
  67.             ],
  68.             "contactInfo": [
  69.                 {
  70.                     "type": "email",
  71.                     "contactInfo": "user45@test.com",
  72.                     "primary": true,
  73.                     "id": 89
  74.                 },
  75.                 {
  76.                     "type": "phone_number",
  77.                     "contactInfo": "868.386.1491",
  78.                     "primary": true,
  79.                     "id": 90
  80.                 }
  81.             ],
  82.             "id": 45
  83.         },
  84.         {
  85.             "lastActivityTime": null,
  86.             "firstName": "John",
  87.             "photoUrl": null,
  88.             "lastName": "Nguyen",
  89.             "roles": [
  90.                 {
  91.                     "propertyName": "building14",
  92.                     "role": 2
  93.                 }
  94.             ],
  95.             "contactInfo": [
  96.                 {
  97.                     "type": "email",
  98.                     "contactInfo": "user48@test.com",
  99.                     "primary": true,
  100.                     "id": 95
  101.                 },
  102.                 {
  103.                     "type": "phone_number",
  104.                     "contactInfo": "(060)452-4614",
  105.                     "primary": true,
  106.                     "id": 96
  107.                 }
  108.             ],
  109.             "id": 48
  110.         },
  111.         {
  112.             "lastActivityTime": null,
  113.             "firstName": "William",
  114.             "photoUrl": null,
  115.             "lastName": "Simmons",
  116.             "roles": [
  117.                 {
  118.                     "propertyName": "building26",
  119.                     "role": 2
  120.                 }
  121.             ],
  122.             "contactInfo": [
  123.                 {
  124.                     "type": "email",
  125.                     "contactInfo": "user81@test.com",
  126.                     "primary": true,
  127.                     "id": 161
  128.                 },
  129.                 {
  130.                     "type": "phone_number",
  131.                     "contactInfo": "+83(8)9813671906",
  132.                     "primary": true,
  133.                     "id": 162
  134.                 }
  135.             ],
  136.             "id": 81
  137.         },
  138.         {
  139.             "lastActivityTime": null,
  140.             "firstName": "Joshua",
  141.             "photoUrl": null,
  142.             "lastName": "Thompson",
  143.             "roles": [
  144.                 {
  145.                     "propertyName": "building26",
  146.                     "role": 2
  147.                 }
  148.             ],
  149.             "contactInfo": [
  150.                 {
  151.                     "type": "email",
  152.                     "contactInfo": "user84@test.com",
  153.                     "primary": true,
  154.                     "id": 167
  155.                 },
  156.                 {
  157.                     "type": "phone_number",
  158.                     "contactInfo": "915.524.4456x49702",
  159.                     "primary": true,
  160.                     "id": 168
  161.                 }
  162.             ],
  163.             "id": 84
  164.         }
  165.     ],
  166.     "msg": null,
  167.     "code": 0,
  168.     "status": "OK"
  169. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement