From dd6056eb58d896293c4ed23451f3942f08691b88 Mon Sep 17 00:00:00 2001
From: reivilibre
dir
- Direction of media order. Either f
for forwards or b
for backwards.
Setting this value to b
will reverse the above sort order. Defaults to f
.
not_user_type
- Exclude certain user types, such as bot users, from the request.
+Can be provided multiple times. Possible values are bot
, support
or "empty string".
+"empty string" here means to exclude users without a type.
Caution. The database only has indexes on the columns name
and creation_ts
.
This means that if a different sort order is used (is_guest
, admin
,
@@ -1180,7 +1185,7 @@ being limited.
user_id
- The fully qualified MXID: for example, @user:server.com
. The user must
be local.Checks to see if a username is available, and valid, for the server. See the client-server API for more information.
@@ -1191,7 +1196,7 @@ for more information.The request and response format is the same as the /_matrix/client/r0/register/available API.
-The API is:
GET /_synapse/admin/v1/auth_providers/$provider/users/$external_id
@@ -1215,7 +1220,7 @@ for more information.
}
Added in Synapse 1.68.0.
-The API is:
GET /_synapse/admin/v1/threepid/$medium/users/$address
--
cgit 1.5.1