1 files changed, 1 insertions, 0 deletions
diff --git a/latest/sso_mapping_providers.html b/latest/sso_mapping_providers.html
index 2323cef610..1816e99b29 100644
--- a/latest/sso_mapping_providers.html
+++ b/latest/sso_mapping_providers.html
@@ -270,6 +270,7 @@ string is returned from this method, Synapse will prompt the user to
either accept this localpart or pick their own username. Otherwise this
option has no effect. If omitted, defaults to <code>False</code>.</li>
<li><code>display_name</code>: An optional string, the display name for the user.</li>
+<li><code>picture</code>: An optional string, the avatar url for the user.</li>
<li><code>emails</code>: A list of strings, the email address(es) to associate with
this user. If omitted, defaults to an empty list.</li>
</ul>
|