File tree 1 file changed +8
-8
lines changed 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
{
3
3
"id": "[first user ID]",
4
4
"username": "testuser",
5
+ "avatar_url": "",
5
6
"name": "",
6
7
"email": "testuser@coder.com",
7
8
"created_at": "[timestamp]",
8
9
"last_seen_at": "[timestamp]",
9
10
"status": "active",
11
+ "login_type": "password",
12
+ "theme_preference": "",
10
13
"organization_ids": [
11
14
"[first org ID]"
12
15
],
15
18
"name": "owner",
16
19
"display_name": "Owner"
17
20
}
18
- ],
19
- "avatar_url": "",
20
- "login_type": "password",
21
- "theme_preference": ""
21
+ ]
22
22
},
23
23
{
24
24
"id": "[second user ID]",
25
25
"username": "testuser2",
26
+ "avatar_url": "",
26
27
"name": "",
27
28
"email": "testuser2@coder.com",
28
29
"created_at": "[timestamp]",
29
30
"last_seen_at": "[timestamp]",
30
31
"status": "dormant",
32
+ "login_type": "password",
33
+ "theme_preference": "",
31
34
"organization_ids": [
32
35
"[first org ID]"
33
36
],
34
- "roles": [],
35
- "avatar_url": "",
36
- "login_type": "password",
37
- "theme_preference": ""
37
+ "roles": []
38
38
}
39
39
]
You can’t perform that action at this time.
0 commit comments