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