summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE-os/mock/ecomp/data/admins/admin-app-roles.json
blob: 3a0860a4f739df6a08a87fc43316de6d67dbb899 (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
{
  "userId": "nn605g",
  "appsRoles": [
    {
      "appName": "SSP",
      "id": 1,
      "isAdmin": true
    },
    {
      "appName": "ECOMP",
      "id": 2,
      "isAdmin": false
    },
    {
      "appName": "other POrtal",
      "id": 14,
      "isAdmin": false
    },
    {
      "appName": "Formation",
      "id": 111,
      "isAdmin": true
    }
  ]
}