From dd6056eb58d896293c4ed23451f3942f08691b88 Mon Sep 17 00:00:00 2001 From: reivilibre Date: Tue, 18 Jul 2023 15:46:53 +0000 Subject: deploy: 69699a9bd11822635fcf2166f5dec2ce2365219c --- latest/admin_api/user_admin_api.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'latest/admin_api') diff --git a/latest/admin_api/user_admin_api.html b/latest/admin_api/user_admin_api.html index c7322cb65f..61269be951 100644 --- a/latest/admin_api/user_admin_api.html +++ b/latest/admin_api/user_admin_api.html @@ -401,6 +401,11 @@ which guarantees a stable ordering. Valid values are:

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.
  • -

    Check username availability

    +

    Check username availability

    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.

    -

    Find a user based on their ID in an auth provider

    +

    Find a user based on their ID in an auth provider

    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.

    -

    Find a user based on their Third Party ID (ThreePID or 3PID)

    +

    Find a user based on their Third Party ID (ThreePID or 3PID)

    The API is:

    GET /_synapse/admin/v1/threepid/$medium/users/$address
     
    -- cgit 1.5.1