<?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[Bulk Registering Existing Users to New Applications in FusionAuth]]></title><description><![CDATA[<p dir="auto">Current state:</p>
<ul>
<li>There is one application: <strong>app1</strong>.</li>
<li>We are adding a new application: <strong>app2</strong>.</li>
<li>There are 200 users registered to <strong>app1</strong>.</li>
<li>New users will be programmatically registered to both <strong>app1</strong> and <strong>app2</strong>.</li>
</ul>
<p dir="auto">For the existing 200 users, we would like to register them to both <strong>app1</strong> and <strong>app2</strong>.</p>
<p dir="auto"><strong>Questions</strong>:</p>
<ol>
<li>Does FusionAuth provide the ability to bulk register existing users to another application (app2)?</li>
<li>What is the best practice for handling such scenarios to avoid performing this as a manual "one-time" activity in the future?</li>
</ol>
]]></description><link>https://fusionauth.io/community/forum/topic/2950/bulk-registering-existing-users-to-new-applications-in-fusionauth</link><generator>RSS for Node</generator><lastBuildDate>Tue, 11 Aug 2026 11:48:24 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/2950.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 29 Jun 2025 15:21:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Bulk Registering Existing Users to New Applications in FusionAuth on Sun, 29 Jun 2025 15:22:01 GMT]]></title><description><![CDATA[<ol>
<li><strong>Bulk Registration of Existing Users</strong>:<br />
FusionAuth does not currently provide a bulk endpoint for creating user registrations. However, you can achieve this by using the Create User Registration API to programmatically register users to <strong>app2</strong>. This requires iterating through the list of existing users and making an API call for each user to add the new registration.</li>
<li><strong>Best Practices for Future Scenarios</strong>:<br />
To avoid manual one-time activities like this in the future, consider the following approaches:
<ul>
<li><strong>Enable Self-Service Registration</strong>:<br />
If you are using FusionAuth's hosted login pages for user sign-ins, you can enable self-service registration for <strong>app2</strong>. With this feature, a user will automatically have a registration created for <strong>app2</strong> when they attempt to log in for the first time.</li>
<li><strong>Programmatic Registration</strong>:<br />
Implement a workflow in your onboarding process that ensures users are automatically registered to all relevant applications when they are created or updated in your system.</li>
<li><strong>Custom Scripts for Batch Processing</strong>:<br />
Write a script to fetch all existing users and register them to any new applications as needed. This can be reused whenever new applications are added to your system.</li>
</ul>
</li>
</ol>
<p dir="auto"><strong>References</strong>:</p>
<ul>
<li><a href="https://fusionauth.io/docs/apis/registrations#create-a-user-registration-for-an-existing-user" rel="nofollow ugc">Create User Registration API</a></li>
<li><a href="https://fusionauth.io/docs/lifecycle/register-users/basic-registration-forms#self-service-registration-and-registrations" rel="nofollow ugc">Self-Service Registration</a></li>
</ul>
<p dir="auto">These steps should help streamline your workflow and reduce manual intervention for future scenarios.</p>
]]></description><link>https://fusionauth.io/community/forum/post/8105</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/8105</guid><dc:creator><![CDATA[wesley]]></dc:creator><pubDate>Sun, 29 Jun 2025 15:22:01 GMT</pubDate></item></channel></rss>