From 7f6d1eb5ddeaafc33fec1fb8b3e5f7efc9462f2c Mon Sep 17 00:00:00 2001 From: MatMaul Date: Tue, 12 Sep 2023 13:23:07 +0000 Subject: deploy: 1296e471c343e001cd6bec4f5395811b3e755116 --- latest/admin_api/user_admin_api.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'latest/admin_api/user_admin_api.html') diff --git a/latest/admin_api/user_admin_api.html b/latest/admin_api/user_admin_api.html index 20043020a8..bdec41080b 100644 --- a/latest/admin_api/user_admin_api.html +++ b/latest/admin_api/user_admin_api.html @@ -368,7 +368,7 @@ that contain this value. This parameter is ignored when using the name
  • guests - string representing a bool - Is optional and if false will exclude guest users. -Defaults to true to include guest users.

    +Defaults to true to include guest users. This parameter is not supported when MSC3861 is enabled. See #15582

  • admins - Optional flag to filter admins. If true, only admins are queried. If false, admins are excluded from @@ -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.
  • @@ -537,6 +539,7 @@ is set to true:

  • Remove user's consent information (consent version and timestamp)
  • Reset password

    +

    Note: This API is disabled when MSC3861 is enabled. See #15582

    Changes the password of another user. This will automatically log the user out of all their devices.

    The api is:

    POST /_synapse/admin/v1/reset_password/<user_id>
    @@ -550,6 +553,7 @@ is set to true:

    The parameter new_password is required. The parameter logout_devices is optional and defaults to true.

    Get whether a user is a server administrator or not

    +

    Note: This API is disabled when MSC3861 is enabled. See #15582

    The api is:

    GET /_synapse/admin/v1/users/<user_id>/admin
     
    @@ -559,6 +563,7 @@ The parameter logout_devices is optional and defaults to true }

    Change whether a user is a server administrator or not

    +

    Note: This API is disabled when MSC3861 is enabled. See #15582

    Note that you cannot demote yourself.

    The api is:

    PUT /_synapse/admin/v1/users/<user_id>/admin
    @@ -812,6 +817,7 @@ after deleting media the remaining media have a new order.

    With the parameters you can for example limit the number of files to delete at once or delete largest/smallest or newest/oldest files first.

    Login as a user

    +

    Note: This API is disabled when MSC3861 is enabled. See #15582

    Get an access token that can be used to authenticate as that user. Useful for when admins wish to do actions on behalf of a user.

    The API is:

    -- cgit 1.5.1