diff options
author | babolivier <babolivier@users.noreply.github.com> | 2021-07-01 09:30:41 +0000 |
---|---|---|
committer | babolivier <babolivier@users.noreply.github.com> | 2021-07-01 09:30:41 +0000 |
commit | 5cd5a71ca8e4c5f0fc0d8708fc34dc7d0b832c59 (patch) | |
tree | 005ae8c17fde8682689a29d583fe1e8e2cbcd8d8 /develop/print.html | |
parent | Manually add v1.37/index.html (diff) | |
download | synapse-5cd5a71ca8e4c5f0fc0d8708fc34dc7d0b832c59.tar.xz |
deploy: 6c02cca95f8136010062b6af0fa36a2906a96a6b
Diffstat (limited to 'develop/print.html')
-rw-r--r-- | develop/print.html | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/develop/print.html b/develop/print.html index f496dd023e..0750d04508 100644 --- a/develop/print.html +++ b/develop/print.html @@ -9784,7 +9784,17 @@ server admin: <a href="admin_api/../usage/administration/admin_api">Admin API</a "creation_ts": 1560432506, "appservice_id": null, "consent_server_notice_sent": null, - "consent_version": null + "consent_version": null, + "external_ids": [ + { + "auth_provider": "<provider1>", + "external_id": "<user_id_provider_1>" + }, + { + "auth_provider": "<provider2>", + "external_id": "<user_id_provider_2>" + } + ] } </code></pre> <p>URL parameters:</p> |