diff options
author | richvdh <richvdh@users.noreply.github.com> | 2021-08-19 09:25:29 +0000 |
---|---|---|
committer | richvdh <richvdh@users.noreply.github.com> | 2021-08-19 09:25:29 +0000 |
commit | afac344717821d7bc0485e3ac3d74929eadc7cc6 (patch) | |
tree | 76ec61333fb654dba9ff5adc1547abc31c8c5283 /develop/admin_api | |
parent | deploy: 78a70a2e0bdff5bdf02ba093eefab0b16ebefd73 (diff) | |
download | synapse-afac344717821d7bc0485e3ac3d74929eadc7cc6.tar.xz |
deploy: 220f901229a506a82aedc51c5923768bf935ea4f
Diffstat (limited to 'develop/admin_api')
-rw-r--r-- | develop/admin_api/user_admin_api.html | 8 |
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> "threepids": [ { "medium": "email", - "address": "<user_mail_1>" + "address": "<user_mail_1>", + "added_at": 1586458409743, + "validated_at": 1586458409743 }, { "medium": "email", - "address": "<user_mail_2>" + "address": "<user_mail_2>", + "added_at": 1586458409743, + "validated_at": 1586458409743 } ], "avatar_url": "<avatar_url>", |