From 74b65bfc5f3c58005e3892b314e73cfde32355f6 Mon Sep 17 00:00:00 2001
From: erikjohnston
URL parameters:
@@ -264,7 +265,8 @@ specificuser_id
.
],
"avatar_url": "<avatar_url>",
"admin": false,
- "deactivated": false
+ "deactivated": false,
+ "user_type": null
}
To use it, you will need to authenticate by providing an access_token
for a
@@ -307,6 +309,9 @@ in homeserver configuration.
unchanged on existing accounts and set to false
for new accounts.
A user cannot be erased by deactivating with this API. For details on
deactivating users see Deactivate Account.
+
user_type
- string or null, optional. If provided, the user type will be
+adjusted. If null
given, the user type will be cleared. Other
+allowed options are: bot
and support
.If the user already exists then optional parameters default to the current value.
In order to re-activate an account deactivated
must be set to false
. If
@@ -494,6 +499,7 @@ An empty body may be passed for backwards compatibility.
true
:
The following actions are NOT performed. The list may be incomplete.
+Changes the password of another user. This will automatically log the user out of all their devices.
The api is:
-- cgit 1.5.1