From 9f755007c62609a8aabcde047c1808ba619217c4 Mon Sep 17 00:00:00 2001 From: MatMaul Date: Mon, 4 Sep 2023 16:14:21 +0000 Subject: deploy: dcb27783417a1161c484525afb839233299b847f --- develop/admin_api/user_admin_api.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'develop/admin_api/user_admin_api.html') 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:

  • displayname - Users are ordered alphabetically by displayname.
  • avatar_url - Users are ordered alphabetically by avatar URL.
  • creation_ts - Users are ordered by when the users was created in ms.
  • +
  • last_seen_ts - Users are ordered by when the user was lastly seen in ms.
  • @@ -436,6 +437,7 @@ This allows user type specific behaviour. There are also types supportdisplayname - string - The user's display name if they have set one.
  • avatar_url - string - The user's avatar URL if they have set one.
  • creation_ts - integer - The user's creation timestamp in ms.
  • +
  • last_seen_ts - integer - The user's last activity timestamp in ms.
  • -- cgit 1.5.1