<?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[Topics tagged with tenant]]></title><description><![CDATA[A list of topics that have been tagged with tenant]]></description><link>https://fusionauth.io/community/forum/tags/tenant</link><generator>RSS for Node</generator><lastBuildDate>Tue, 08 Sep 2026 03:05:24 GMT</lastBuildDate><atom:link href="https://fusionauth.io/community/forum/tags/tenant.rss" rel="self" type="application/rss+xml"/><pubDate>Invalid Date</pubDate><ttl>60</ttl><item><title><![CDATA[Can I create a tenant with the API?]]></title><description><![CDATA[<p dir="auto">Yes.</p>
<p dir="auto">The only thing you can't create via the API is another API key. You can track that <a href="https://github.com/FusionAuth/fusionauth-issues/issues/887" rel="nofollow ugc">functionality on this issue</a>.</p>
<p dir="auto">See the <a href="https://fusionauth.io/docs/v1/tech/apis/tenants/" rel="nofollow ugc">tenant documentation for more</a>.</p>
]]></description><link>https://fusionauth.io/community/forum/topic/927/can-i-create-a-tenant-with-the-api</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/927/can-i-create-a-tenant-with-the-api</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Can I find all users by tenant?]]></title><description><![CDATA[<p dir="auto">Try clicking on the Advanced section on the User Search page and see you find what you're looking for.</p>
<p dir="auto">Or search like this tenantId:9d92ca33-bc7b-4d13-acd7-f7dc06038396 where 9d92ca33-bc7b-4d13-acd7-f7dc06038396 is your tenantId.</p>
<p dir="auto">Please note that this is an example for the elastic search search engine. With the database search engine, you can only search for the fields as documented in <a href="https://fusionauth.io/docs/v1/tech/apis/users/#database-search-engine" rel="nofollow ugc">the API</a>. As of this post, those are:</p>

firstName
lastName
fullName
email
username

]]></description><link>https://fusionauth.io/community/forum/topic/849/can-i-find-all-users-by-tenant</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/849/can-i-find-all-users-by-tenant</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Assigning an API key to a tenant after it has been created?]]></title><description><![CDATA[<p dir="auto">You can’t. You have to create another API key.</p>
<p dir="auto">If you want to keep the same value, you could copy the value, delete it, and then recreate with the same value and set the tenant you want.</p>
]]></description><link>https://fusionauth.io/community/forum/topic/301/assigning-an-api-key-to-a-tenant-after-it-has-been-created</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/301/assigning-an-api-key-to-a-tenant-after-it-has-been-created</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[How many applications and tenants can I have in FusionAuth?]]></title><description><![CDATA[<p dir="auto">Ah, yes, thanks for explaining.</p>


<p dir="auto">Yes</p>


<p dir="auto">You have two options</p>



use the API to integrate with the current login/reg flow with FusionAuth. This lets you keep your existing html pretty much untouched, you're just calling out to FusionAuth instead of the database.
remove them and use the FusionAuth provided pages with OIDC. This lets you use the theming and localization capabilities of FusionAuth, including super simple social signon.

<p dir="auto">It's your choice based on what your needs are, either way will work.</p>
<p dir="auto">I'd only recommend using SAML if you have an application which only supports SAML, not OIDC.</p>
<p dir="auto">You'll also want to make sure that when someone registers with one of your applications in FusionAuth, they register with all three. I'd probably use a webhook to ensure that.</p>
]]></description><link>https://fusionauth.io/community/forum/topic/295/how-many-applications-and-tenants-can-i-have-in-fusionauth</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/295/how-many-applications-and-tenants-can-i-have-in-fusionauth</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[What’s your recommendation on handling roles across multiple applications within a Tenant?]]></title><description><![CDATA[<p dir="auto">Groups would be a good solution. The group just allows you to assign the roles to the group instead of the user - and then the group membership allows you to inherit those roles (assuming the user is registered for the application whose roles belong to the group).</p>
]]></description><link>https://fusionauth.io/community/forum/topic/176/what-s-your-recommendation-on-handling-roles-across-multiple-applications-within-a-tenant</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/176/what-s-your-recommendation-on-handling-roles-across-multiple-applications-within-a-tenant</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Can we do a user search without a tenant id?]]></title><description><![CDATA[<p dir="auto">If you don't care about the possibility of duplicate users or you can handle them in your business logic (because tenants allow multiple users to have the same username or email address), you can use a globally scoped API key and just call the search API with the email address.</p>
<p dir="auto">For example, here a script I ran after creating two 'test@example.com' users in different tenants in one FusionAuth instance: curl -H "Authorization: $API_KEY" 'http://localhost:9011/api/user/search?queryString=test%40example.com'</p>
<p dir="auto">The API_KEY variable was a globally scoped API key (not scoped to one tenant).</p>
<p dir="auto">This returned this json (note, I'm running the database search engine, but the results should be similar if you are running elasticsearch):</p>
{"total":2,"users":[{"active":true,"email":"test@example.com","id":"0e3f0f4d-6795-4200-b044-9fea2437f0d2","insertInstant":1591914961640,"lastLoginInstant":1591914961678,"passwordChangeRequired":false,"passwordLastUpdateInstant":1591914961675,"tenantId":"1de156c2-2daa-a285-0c59-b52f9106d4e4","twoFactorDelivery":"None","twoFactorEnabled":false,"usernameStatus":"ACTIVE","verified":true},{"active":true,"email":"test@example.com","id":"6d145368-431b-4df1-aba4-5741bd7a9280","insertInstant":1592244970665,"lastLoginInstant":1592244970695,"passwordChangeRequired":false,"passwordLastUpdateInstant":1592244970690,"tenantId":"7b231917-733e-4347-b9e2-11915de60fc8","twoFactorDelivery":"None","twoFactorEnabled":false,"usernameStatus":"ACTIVE","verified":true}]}

]]></description><link>https://fusionauth.io/community/forum/topic/162/can-we-do-a-user-search-without-a-tenant-id</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/162/can-we-do-a-user-search-without-a-tenant-id</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><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">Yes, you want to use <a href="https://fusionauth.io/docs/v1/tech/apis/tenants#create-a-tenant" rel="nofollow ugc">sourceTenantId 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 sourceTenanId. This does not do a merge however, so if you want specific values, you’d want to do something like:</p>

Call create w/ sourceTenantId
Consume the response and then modify what you want
Call update or patch with the new values

]]></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><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/158/is-there-an-easy-way-to-use-all-the-defaults-when-creating-a-tenant-via-the-api</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[If we&#x27;re hitting the .well-known endpoint, is there any way to select which tenant we&#x27;re obtaining the manifest for?]]></title><description><![CDATA[<p dir="auto">Yes, you can provide the tenantId on the request as a parameter. More information here: <a href="https://fusionauth.io/docs/v1/tech/oauth/endpoints#openid-configuration" rel="nofollow ugc">https://fusionauth.io/docs/v1/tech/oauth/endpoints#openid-configuration</a></p>
]]></description><link>https://fusionauth.io/community/forum/topic/36/if-we-re-hitting-the-well-known-endpoint-is-there-any-way-to-select-which-tenant-we-re-obtaining-the-manifest-for</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/36/if-we-re-hitting-the-well-known-endpoint-is-there-any-way-to-select-which-tenant-we-re-obtaining-the-manifest-for</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item><item><title><![CDATA[Can you move users from one tenant to another?]]></title><description><![CDATA[<p dir="auto">Another option that works as of today is to set up a tenant to tenant connector.</p>
<p dir="auto">Add a connector to the new tenant. Point it at the /api/login endpoint of the old tenant, including an API key as a header.</p>
<p dir="auto">Change your app to send everyone to a new application in the new tenant.</p>
<p dir="auto">When the user logs in to the new application, if it is the first time they've been seen, the old tenant data, including password, will be queried. The password hash will be transparently migrated to the new tenant.</p>
<p dir="auto">This slow migration takes time, but is another option.</p>
]]></description><link>https://fusionauth.io/community/forum/topic/33/can-you-move-users-from-one-tenant-to-another</link><guid isPermaLink="true">https://fusionauth.io/community/forum/topic/33/can-you-move-users-from-one-tenant-to-another</guid><dc:creator><![CDATA[dan]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>