summary refs log tree commit diff
path: root/develop/admin_api/user_admin_api.html
diff options
context:
space:
mode:
authorbabolivier <babolivier@users.noreply.github.com>2021-07-01 09:30:41 +0000
committerbabolivier <babolivier@users.noreply.github.com>2021-07-01 09:30:41 +0000
commit5cd5a71ca8e4c5f0fc0d8708fc34dc7d0b832c59 (patch)
tree005ae8c17fde8682689a29d583fe1e8e2cbcd8d8 /develop/admin_api/user_admin_api.html
parentManually add v1.37/index.html (diff)
downloadsynapse-5cd5a71ca8e4c5f0fc0d8708fc34dc7d0b832c59.tar.xz
deploy: 6c02cca95f8136010062b6af0fa36a2906a96a6b
Diffstat (limited to 'develop/admin_api/user_admin_api.html')
-rw-r--r--develop/admin_api/user_admin_api.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/develop/admin_api/user_admin_api.html b/develop/admin_api/user_admin_api.html

index 6f8f1455af..9dcd0af6c0 100644 --- a/develop/admin_api/user_admin_api.html +++ b/develop/admin_api/user_admin_api.html
@@ -211,7 +211,17 @@ server admin: <a href="../usage/administration/admin_api">Admin API</a></p> &quot;creation_ts&quot;: 1560432506, &quot;appservice_id&quot;: null, &quot;consent_server_notice_sent&quot;: null, - &quot;consent_version&quot;: null + &quot;consent_version&quot;: null, + &quot;external_ids&quot;: [ + { + &quot;auth_provider&quot;: &quot;&lt;provider1&gt;&quot;, + &quot;external_id&quot;: &quot;&lt;user_id_provider_1&gt;&quot; + }, + { + &quot;auth_provider&quot;: &quot;&lt;provider2&gt;&quot;, + &quot;external_id&quot;: &quot;&lt;user_id_provider_2&gt;&quot; + } + ] } </code></pre> <p>URL parameters:</p>