Skip to content

Commit 3d60a58

Browse files
authored
Add last_seen_ts to query user example (#17976)
This section could probably do with a lot more editorial attention, but for now this is all there is in terms of documentation. The field is already returned by Synapse: https://github.com/element-hq/synapse/blob/4587decd678300217969f1d2f69b226421a33ced/synapse/handlers/admin.py#L150 `last_seen_ts` was introduced in matrix-org/synapse#16218
1 parent 8208186 commit 3d60a58

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

changelog.d/17976.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add previously-undocumented `last_seen_ts` to query user admin API.

docs/admin_api/user_admin_api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ It returns a JSON body like the following:
4040
"erased": false,
4141
"shadow_banned": 0,
4242
"creation_ts": 1560432506,
43+
"last_seen_ts": 1732919539393,
4344
"appservice_id": null,
4445
"consent_server_notice_sent": null,
4546
"consent_version": null,

0 commit comments

Comments
 (0)