-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathusers.json
More file actions
executable file
·43 lines (43 loc) · 1021 Bytes
/
users.json
File metadata and controls
executable file
·43 lines (43 loc) · 1021 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
{
"diana": {
"name": "Diana Krall",
"given_name": "Diana",
"family_name": "Krall",
"nickname": "Dina",
"email": "diana@example.org",
"email_verified": false,
"phone_number": "+46907865000",
"address": {
"street_address": "Umeå Universitet",
"locality": "Umeå",
"postal_code": "SE-90187",
"country": "Sweden"
},
"eduperson_scoped_affiliation": [
"staff@example.org"
],
"webid": "http://bblfish.net/#hjs"
},
"babs": {
"name": "Barbara J Jensen",
"given_name": "Barbara",
"family_name": "Jensen",
"nickname": "babs",
"email": "babs@example.com",
"email_verified": true,
"address": {
"street_address": "100 Universal City Plaza",
"locality": "Hollywood",
"region": "CA",
"postal_code": "91608",
"country": "USA"
}
},
"upper": {
"name": "Upper Crust",
"given_name": "Upper",
"family_name": "Crust",
"email": "uc@example.com",
"email_verified": true
}
}