<?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[is there an easy way to use all the defaults when creating a Tenant via the API?]]></title><description><![CDATA[<p dir="auto">is there an easy way to use all the defaults when creating a new Tenant via the API?</p>
]]></description><link>https://fusionauth.io/community/forum/topic/158/is-there-an-easy-way-to-use-all-the-defaults-when-creating-a-tenant-via-the-api</link><generator>RSS for Node</generator><lastBuildDate>Tue, 11 Aug 2026 10:40:58 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/topic/158.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 15 Jun 2020 15:24:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to is there an easy way to use all the defaults when creating a Tenant via the API? on Mon, 15 Jun 2020 15:33:55 GMT]]></title><description><![CDATA[<p dir="auto">Yes, you want to use <a href="https://fusionauth.io/docs/v1/tech/apis/tenants#create-a-tenant" rel="nofollow ugc"><code>sourceTenantId</code> when creating the tenant</a></p>
<p dir="auto">You can keep a tenant around or use a particular one as the template, and then always create a new tenant using the <code>sourceTenanId</code>. This does not do a merge however, so if you want specific values, you’d want to do something like:</p>
<ol>
<li>Call create w/ sourceTenantId</li>
<li>Consume the response and then modify what you want</li>
<li>Call update or patch with the new values</li>
</ol>
]]></description><link>https://fusionauth.io/community/forum/post/391</link><guid isPermaLink="true">https://fusionauth.io/community/forum/post/391</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Mon, 15 Jun 2020 15:33:55 GMT</pubDate></item></channel></rss>