Navigation

    FusionAuth
    • Login
    • Search
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    1. Home
    2. Tags
    3. tenants
    Log in to post
    • All categories
    • dan

      Copied tenant, email can't be sent?
      Q&A • email tenants • • dan

      2
      0
      Votes
      2
      Posts
      172
      Views

      dan

      A couple of things:

      https://fusionauth.io/docs/v1/tech/troubleshooting/#troubleshooting-email has troubleshooting tips worth checking out.

      The UI copy doesn't copy the SMTP password, so double check that as well.

    • dan

      Can I create a tenant with the API?
      Q&A • tenant tenants api • • dan

      2
      0
      Votes
      2
      Posts
      236
      Views

      dan

      Yes.

      The only thing you can't create via the API is another API key. You can track that functionality on this issue.

      See the tenant documentation for more.

    • dan

      Can I have physical as well as logical separation of my tenants in FusionAuth?
      Q&A • tenants isolation separation • • dan

      2
      0
      Votes
      2
      Posts
      169
      Views

      dan

      Tenants are separated logically, with users, identity providers, and applications all separate.

      If you need physical or geographic separation (for instance, to host users in tenant A in the USA and users in tenant B in Germany, you can do this by running two instances of FusionAuth. You can keep system wide configuration in sync using scripts with the client library.

    • dan

      Can I programmatically provision tenants?
      Q&A • tenants api provisioning • • dan

      2
      0
      Votes
      2
      Posts
      200
      Views

      dan

      Yes. You can use the tenant API or any of the client libraries to created, read, update and delete tenants and all their configuration.

    • S

      Duplicating FA applications
      Q&A • tenants • • sboykin

      4
      0
      Votes
      4
      Posts
      221
      Views

      dan

      Sorry, that functionality isn't available in the UI.

    • dan

      Limit on tenants
      Q&A • tenants limits • • dan

      2
      0
      Votes
      2
      Posts
      256
      Views

      dan

      No hard limits, we have some clients running somewhere between 5-10k.

      If you encounter any performance degradation, you can open a GitHub issue and we will take a look. We do have some work in plan to improve the UI for this type of scale.

    • dan

      Do user ids have to be different between tenants?
      Q&A • tenants user ids uniqueness • • dan

      2
      0
      Votes
      2
      Posts
      165
      Views

      dan

      User ids need to be globally unique. You can either provide your own unique uuid or you can let FusionAuth provide them for you. But these values are not tenant scoped.