-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmembers.json
More file actions
33 lines (30 loc) · 778 Bytes
/
Copy pathmembers.json
File metadata and controls
33 lines (30 loc) · 778 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
{
"wowens": {
"name": "William Owens",
"email": "wowens@your-org.com",
"title": "Director",
"department": "A Team",
"apiKey": "cb614c39-7e03-4c62-b2d3-3c27f467c766"
},
"vtyler": {
"name": "Virgil Tyler",
"email": "vtyler@your-org.com",
"title": "Salesman",
"manager": "wowens",
"apiKey": "81a2748e-34ec-481c-87dd-923c96216193"
},
"mwallace": {
"name": "Melanie Wallace",
"email": "mwallace@your-org.com",
"title": "Product Manager",
"manager": "wowens",
"apiKey": "f21532c0-4abe-477b-9154-5cebeb2211bf"
},
"mcummings": {
"name": "Maggie Cummings",
"email": "mcummings@your-org.com",
"title": "Secretary",
"manager": "wowens",
"apiKey": "d631d240-973f-4026-ad12-d8323e1ef7af"
}
}