<?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[Managing User Data in Staging Environments with FusionAuth&#x27;s Bulk APIs]]></title><description><![CDATA[<p dir="auto">In our staging (non-production) environment, we need to remove all users daily and re-import them from scratch. We are considering using the Bulk Delete API and Bulk User Import API for this process.</p>
<ul>
<li>Will using the Bulk User Import API count against our monthly active users (MAU) quota?</li>
<li>Deleting users seems to take longer than re-importing them. Is there a more efficient method you recommend?</li>
</ul>
]]></description><link>https://fusionauth.io/community/forum/topic/2971/managing-user-data-in-staging-environments-with-fusionauth-s-bulk-apis</link><generator>RSS for Node</generator><lastBuildDate>Thu, 10 Sep 2026 17:06:22 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/2971.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 29 Jun 2025 15:55:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Managing User Data in Staging Environments with FusionAuth&#x27;s Bulk APIs on Sun, 29 Jun 2025 15:55:48 GMT]]></title><description><![CDATA[<ol>
<li><strong>Monthly Active Users (MAU)</strong>:<br />
Using the Bulk User Import API will not count against your monthly active users (MAU) quota. This makes it suitable for staging or non-production environments where users are frequently added and removed.</li>
<li><strong>User Deletion Performance:</strong><br />
The Bulk Delete API processes users one by one, performing verification checks for each user, which can cause delays. Unfortunately, there is currently no faster or more efficient way to delete users in bulk due to the way the API is designed.</li>
</ol>
<ul>
<li><strong>Alternative Approach</strong>:<br />
While tools like Terraform can automate the process of importing and deleting users, this essentially scripts the same API calls and will still encounter the same deletion delays. However, Terraform may simplify managing the environment by automating repetitive tasks.
<ul>
<li>Documentation: <a href="https://fusionauth.io/docs/operate/deploy/terraform" rel="nofollow ugc">FusionAuth Terraform Integration</a></li>
</ul>
</li>
</ul>
<p dir="auto">If the deletion delays significantly impact your workflow, consider submitting a feature request to FusionAuth for performance improvements in bulk deletion.</p>
]]></description><link>https://fusionauth.io/community/forum/post/8147</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/8147</guid><dc:creator><![CDATA[wesley]]></dc:creator><pubDate>Sun, 29 Jun 2025 15:55:48 GMT</pubDate></item></channel></rss>