1
0
Fork 0
mirror of https://github.com/element-hq/synapse.git synced 2025-03-28 10:28:32 +00:00
This commit is contained in:
babolivier 2021-07-01 09:30:41 +00:00
parent b0ff61babb
commit 5cd5a71ca8
4 changed files with 24 additions and 4 deletions

View file

@ -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>

View file

@ -9784,7 +9784,17 @@ server admin: <a href="admin_api/../usage/administration/admin_api">Admin API</a
&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>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long