-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathusers.json
53 lines (53 loc) · 1.21 KB
/
users.json
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
46
47
48
49
50
51
52
53
[
{
"_id": 1,
"external_id": "74341f74-9c79-49d5-9611-87ef9b6eb75f",
"name": "Raylan Givens",
"created_at": "2016-04-15T05:19:46 -10:00",
"active": true,
"verified": true,
"shared": false,
"locale": "en-AU",
"timezone": "Sri Lanka",
"last_login_at": "2013-08-04T01:03:27 -10:00",
"email": "test@example.com",
"phone": "8335-422-718",
"organization_id": 119,
"tags": [
"Springville",
"Sutton",
"Hartsville/Hartley",
"Diaperville"
],
"suspended": true,
"role": "admin"
},
{
"_id": 2,
"external_id": "c9995ea4-ff72-46e0-ab77-dfe0ae1ef6c2",
"name": "Joni Mitchell",
"alias": "Miss Joni",
"created_at": "2016-06-23T10:31:39 -10:00",
"active": true,
"verified": true,
"shared": false,
"locale": "zh-CN",
"timezone": "Armenia",
"last_login_at": "2012-04-12T04:03:28 -10:00",
"email": "test2@example.com",
"phone": "9575-552-585",
"signature": "Don't Worry Be Happy!",
"organization_id": 106,
"tags": [
"Foxworth",
"Woodlands",
"Herlong",
"Henrietta"
],
"suspended": false,
"role": "admin",
"location": {
"city": "Melbourne"
}
}
]