Skip to content

Commit 854c57e

Browse files
committed
feat: add webapi response changes as of 2026-08-14
1 parent c3984de commit 854c57e

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

json-logs/samples/api/users.info.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
"unicode": ""
5353
}
5454
],
55-
"start_date": ""
55+
"start_date": "",
56+
"guest_expiration_ts": 12345
5657
},
5758
"is_admin": false,
5859
"is_owner": false,

json-logs/samples/api/users.list.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,8 @@
6464
"huddle_state_expiration_ts": 12345,
6565
"start_date": "",
6666
"guest_invited_by": "",
67-
"pronouns": ""
67+
"pronouns": "",
68+
"guest_expiration_ts": 12345
6869
},
6970
"has_2fa": false,
7071
"two_factor_type": "",
@@ -80,7 +81,8 @@
8081
"teams": [
8182
""
8283
]
83-
}
84+
},
85+
"is_invited_user": false
8486
}
8587
],
8688
"cache_ts": 12345,

json-logs/samples/api/users.lookupByEmail.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
"unicode": ""
5050
}
5151
],
52-
"start_date": ""
52+
"start_date": "",
53+
"guest_expiration_ts": 12345
5354
},
5455
"is_admin": false,
5556
"is_owner": false,

0 commit comments

Comments
 (0)