summary refs log tree commit diff
path: root/develop/admin_api
diff options
context:
space:
mode:
authorreivilibre <reivilibre@users.noreply.github.com>2021-10-22 08:00:59 +0000
committerreivilibre <reivilibre@users.noreply.github.com>2021-10-22 08:00:59 +0000
commit62f039f8442e356cb3ff9070877c63db8f5693f9 (patch)
tree907f9a6e0dcbae1e4fadadb0fb3007077f758dfb /develop/admin_api
parentdeploy: 2c61a318cc46ec38e64d6a497f6077d23b9341bf (diff)
downloadsynapse-62f039f8442e356cb3ff9070877c63db8f5693f9.tar.xz
deploy: b0f03aeb6a02a5c152f769cea4992079609481d1
Diffstat (limited to 'develop/admin_api')
-rw-r--r--develop/admin_api/user_admin_api.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/develop/admin_api/user_admin_api.html b/develop/admin_api/user_admin_api.html
index e139a40f2b..4ee41e96cf 100644
--- a/develop/admin_api/user_admin_api.html
+++ b/develop/admin_api/user_admin_api.html
@@ -494,6 +494,7 @@ An empty body may be passed for backwards compatibility.</p>
 <li>Remove all 3PIDs from the homeserver</li>
 <li>Delete all devices and E2EE keys</li>
 <li>Delete all access tokens</li>
+<li>Delete all pushers</li>
 <li>Delete the password hash</li>
 <li>Removal from all rooms the user is a member of</li>
 <li>Remove the user from the user directory</li>
@@ -507,6 +508,16 @@ is set to <code>true</code>:</p>
 <li>Remove the user's avatar URL</li>
 <li>Mark the user as erased</li>
 </ul>
+<p>The following actions are <strong>NOT</strong> performed. The list may be incomplete.</p>
+<ul>
+<li>Remove mappings of SSO IDs</li>
+<li><a href="#delete-media-uploaded-by-a-user">Delete media uploaded</a> by user (included avatar images)</li>
+<li>Delete sent and received messages</li>
+<li>Delete E2E cross-signing keys</li>
+<li>Remove the user's creation (registration) timestamp</li>
+<li><a href="#override-ratelimiting-for-users">Remove rate limit overrides</a></li>
+<li>Remove from monthly active users</li>
+</ul>
 <h2 id="reset-password"><a class="header" href="#reset-password">Reset password</a></h2>
 <p>Changes the password of another user. This will automatically log the user out of all their devices.</p>
 <p>The api is:</p>