summary refs log tree commit diff
path: root/develop/admin_api/user_admin_api.html
diff options
context:
space:
mode:
authorMatMaul <MatMaul@users.noreply.github.com>2023-09-04 16:14:21 +0000
committerMatMaul <MatMaul@users.noreply.github.com>2023-09-04 16:14:21 +0000
commit9f755007c62609a8aabcde047c1808ba619217c4 (patch)
tree085fe1502662efa2e524a6e4d18d8c7b0c8ec6d5 /develop/admin_api/user_admin_api.html
parentdeploy: 8c56e18e4786a28bedbafb1a73fd1abc8806933f (diff)
downloadsynapse-9f755007c62609a8aabcde047c1808ba619217c4.tar.xz
deploy: dcb27783417a1161c484525afb839233299b847f
Diffstat (limited to 'develop/admin_api/user_admin_api.html')
-rw-r--r--develop/admin_api/user_admin_api.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/develop/admin_api/user_admin_api.html b/develop/admin_api/user_admin_api.html

index 6ff8503f0e..bdec41080b 100644 --- a/develop/admin_api/user_admin_api.html +++ b/develop/admin_api/user_admin_api.html
@@ -402,6 +402,7 @@ which guarantees a stable ordering. Valid values are:</p> <li><code>displayname</code> - Users are ordered alphabetically by <code>displayname</code>.</li> <li><code>avatar_url</code> - Users are ordered alphabetically by avatar URL.</li> <li><code>creation_ts</code> - Users are ordered by when the users was created in ms.</li> +<li><code>last_seen_ts</code> - Users are ordered by when the user was lastly seen in ms.</li> </ul> </li> <li> @@ -436,6 +437,7 @@ This allows user type specific behaviour. There are also types <code>support</co <li><code>displayname</code> - string - The user's display name if they have set one.</li> <li><code>avatar_url</code> - string - The user's avatar URL if they have set one.</li> <li><code>creation_ts</code> - integer - The user's creation timestamp in ms.</li> +<li><code>last_seen_ts</code> - integer - The user's last activity timestamp in ms.</li> </ul> </li> <li>