sAMAccountName
or uid
. Leave empty to let the user pick their own Rocket.Chat username. You can use template tags too, for example:[email protected]_domain
or [email protected]_domain
.{"cn":"name", "mail":"email"}
will choose a person's human-readable name from the cn attribute, and their email from the mail attribute.thumbnailPhoto
first and jpegPhoto
as fallback.sAMAccountName
for most Active Directory installations, but it may beuid
for other LDAP solutions, such as OpenLDAP. You can usemail
to identify users by email or whatever attribute you want.