<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[What are the use cases for the user.data.email field?]]></title><description><![CDATA[<p dir="auto">I see the <code>user.data.email</code> field is used when it is present and <code>user.email</code> is not present. <a href="https://fusionauth.io/docs/apis/users/create" rel="nofollow ugc">From the doc</a>:</p>
<blockquote>
<p dir="auto">This field will be used as the email address if no user.email field is found. This field may be modified by advanced registration forms or the API. Setting this value to another account's email address allows that account to, in some cases, access information about this user.</p>
</blockquote>
<p dir="auto">What are the use cases for that field?</p>
]]></description><link>https://fusionauth.io/community/forum/topic/3143/what-are-the-use-cases-for-the-user-data-email-field</link><generator>RSS for Node</generator><lastBuildDate>Fri, 04 Sep 2026 11:38:47 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/3143.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 03 Sep 2026 22:56:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to What are the use cases for the user.data.email field? on Thu, 03 Sep 2026 23:10:59 GMT]]></title><description><![CDATA[<p dir="auto">It is useful in a few scenarios.</p>
<ul>
<li>When you have users that share an email address, but are in the same tenant and have distinct accounts. FusionAuth enforces uniqueness on <code>user.email</code> per-tenant.</li>
<li>When your users have a username (such as an account number) as a main unique identifier, but need self-service account recovery.</li>
<li>When you have duplicate email addresses in a legacy system and are migrating them to FusionAuth, whether they point to the same account or not. You can move the users over and address email updates or account merges later.</li>
</ul>
<p dir="auto">Not all email related functionality is available when using <code>user.data.email</code>, but common workflows like forgot password are.</p>
]]></description><link>https://fusionauth.io/community/forum/post/8627</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/8627</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Thu, 03 Sep 2026 23:10:59 GMT</pubDate></item></channel></rss>