aboutsummaryrefslogtreecommitdiffstats
path: root/components/aai-sparky-be/resources/config/users.config
blob: ce69e889181c8485e4c22d6b3771060fd9e15f21 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[{
    "orgId": null,
    "managerId": null,
    "firstName": "Demo",
    "middleInitial": null,
    "lastName": "User",
    "phone": null,
    "email": "demo@email.com",
    "hrid": null,
    "orgUserId": "demo",
    "orgCode": null,
    "orgManagerUserId": null,
    "jobTitle": null,
    "loginId": "demo",
    "active": false,
    "roles": [{
        "id": 1,
        "name": "View"
    }]
}]