Download this file

userstats.json    45 lines (45 with data), 436 Bytes

 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
41
42
43
44
45
{
usersByRole: [
{
role: "SUPERUSER",
userCount: 2
},
{
role: "DPEXPERT",
userCount: 5
},
],
usersByOrg: [
{
orgName: "Intel",
userCount: 5
},
{
orgName: "SAPAG",
userCount: 2
}
],
usersByOrgRole: [
{
orgName: "Intel",
role: "SUPERUSER",
userCount: 1
},
{
orgName: "Intel",
role: "DPEXPERT",
userCount: 4
}
{
orgName: "SAPAG",
role: "SUPERUSER",
userCount: 1
}
{
orgName: "SAPAG",
role: "DPEXPERT",
userCount: 1
}
],
totalUsers: 7
}