summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/mock/ecomp/data/users/account-users.json
blob: 7088fe9eba699f00517219b048d112a350c8805f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[
  {
    "userId": "aw3218",
    "firstName": "Andy",
    "lastName": "Weeks",
    "roles": [
      {
        "id": 1,
        "name": "Standard user"
      },
      {
        "id": 9,
        "name": "Super standard user"
      },
      {
        "id": 2,
        "name": "Super duper standard user"
      }
    ]
  },
  {
    "userId": "lr3268",
    "firstName": "Lori",
    "lastName": "Resnick",
    "roles": [
      {
        "id": 10,
        "name": "read"
      },
      {
        "id": 91,
        "name": "write"
      },
      {
        "id": 2,
        "name": "Super duper standard user"
      }
    ]
  }
]