From e58a7087c62dfe1c95285298b25ff6cb9cd43961 Mon Sep 17 00:00:00 2001 From: anoadragon453 Date: Fri, 14 Jan 2022 14:54:00 +0000 Subject: deploy: 18862f20b5495bdc556c54e92fd4b1efdc718ba7 --- develop/print.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'develop/print.html') diff --git a/develop/print.html b/develop/print.html index b9d10d2e1a..bcaeb547d8 100644 --- a/develop/print.html +++ b/develop/print.html @@ -11161,8 +11161,9 @@ about the user and their local media. Objects contain the following fields:

To use it, you will need to authenticate by providing an access_token for a server admin: Admin API

It returns a JSON body like the following:

-
{
-    "displayname": "User",
+
{
+    "name": "@user:example.com",
+    "displayname": "User", // can be null if not set
     "threepids": [
         {
             "medium": "email",
@@ -11177,11 +11178,11 @@ server admin: Admin API