summary refs log tree commit diff
path: root/develop/admin_api
diff options
context:
space:
mode:
authorrichvdh <richvdh@users.noreply.github.com>2021-08-19 09:25:29 +0000
committerrichvdh <richvdh@users.noreply.github.com>2021-08-19 09:25:29 +0000
commitafac344717821d7bc0485e3ac3d74929eadc7cc6 (patch)
tree76ec61333fb654dba9ff5adc1547abc31c8c5283 /develop/admin_api
parentdeploy: 78a70a2e0bdff5bdf02ba093eefab0b16ebefd73 (diff)
downloadsynapse-afac344717821d7bc0485e3ac3d74929eadc7cc6.tar.xz
deploy: 220f901229a506a82aedc51c5923768bf935ea4f
Diffstat (limited to 'develop/admin_api')
-rw-r--r--develop/admin_api/user_admin_api.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/develop/admin_api/user_admin_api.html b/develop/admin_api/user_admin_api.html
index 764c490287..b06d804f0f 100644
--- a/develop/admin_api/user_admin_api.html
+++ b/develop/admin_api/user_admin_api.html
@@ -196,11 +196,15 @@ server admin: <a href="../usage/administration/admin_api">Admin API</a></p>
     &quot;threepids&quot;: [
         {
             &quot;medium&quot;: &quot;email&quot;,
-            &quot;address&quot;: &quot;&lt;user_mail_1&gt;&quot;
+            &quot;address&quot;: &quot;&lt;user_mail_1&gt;&quot;,
+            &quot;added_at&quot;: 1586458409743,
+            &quot;validated_at&quot;: 1586458409743
         },
         {
             &quot;medium&quot;: &quot;email&quot;,
-            &quot;address&quot;: &quot;&lt;user_mail_2&gt;&quot;
+            &quot;address&quot;: &quot;&lt;user_mail_2&gt;&quot;,
+            &quot;added_at&quot;: 1586458409743,
+            &quot;validated_at&quot;: 1586458409743
         }
     ],
     &quot;avatar_url&quot;: &quot;&lt;avatar_url&gt;&quot;,