synapse/docs/admin_api
Travis Ralston 3d60a58ad6
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:
4587decd67/synapse/handlers/admin.py (L150)

`last_seen_ts` was introduced in
https://github.com/matrix-org/synapse/pull/16218
2024-12-16 17:12:40 -06:00
..
README.rst
account_validity.md
event_reports.md
experimental_features.md
media_admin_api.md
purge_history_api.md
register_api.md
room_membership.md
rooms.md
server_notices.md
statistics.md
user_admin_api.md Add `last_seen_ts` to query user example (#17976) 2024-12-16 17:12:40 -06:00
version_api.md

README.rst

Admin APIs
==========

**Note**: The latest documentation can be viewed `here <https://element-hq.github.io/synapse>`_.
See `docs/README.md <../README.md>`_ for more information.

**Please update links to point to the website instead.** Existing files in this directory
are preserved to maintain historical links, but may be moved in the future.

This directory includes documentation for the various synapse specific admin
APIs available. Updates to the existing Admin API documentation should still
be made to these files, but any new documentation files should instead be placed under
`docs/usage/administration/admin_api <../usage/administration/admin_api>`_.