aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/scripts/sdcBePy/users/data/users.json
blob: ed3adafe66f2902fea23e4efa37581cab848c7f9 (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
[
  {
    "userId": "demo",
    "firstName": "demo",
    "lastName": "demo",
    "role": "ADMIN",
    "email": "demo@openecomp.org"
  },
  {
    "userId": "gv0001",
    "firstName": "Giuseppe",
    "lastName": "Verdi",
    "role": "GOVERNOR",
    "email": "gv0001@openecomp.org"
  },
  {
    "userId": "jh0003",
    "firstName": "Jimmy",
    "lastName": "Hendrix",
    "role": "Admin",
    "email": "jh0003@openecomp.org"
  },
  {
    "userId": "jm0007",
    "firstName": "Joni",
    "lastName": "Mitchell",
    "role": "TESTER",
    "email": "jm0007@openecomp.org"
  },
  {
    "userId": "cs0008",
    "firstName": "Carlos",
    "lastName": "Santana",
    "role": "DESIGNER",
    "email": "cs0008r@openecomp.org"
  }
]