foxids

Create new Tenant based on existed. Import / Export operation in FoxIDs


Dear community could you please help me with question: Is there any way to create tenant (in FoxIDs) as copy of another one or import/export settings for tenant?

We have more than 20 tenants and we want to simplify the tenant creating process.

Thanks a lot for you time.


Solution

  • You can use the FoxIDs Control API to export and import all elements in a tenant including creating the new tenant. But you need to code a program to handle the export / import process.

    As example code you can look at the sample seed tool which use the Control API to create down-parties and up-parties in a track.

    The sample seed tool uses an autogenerated service access proxy enabled and configured in the .csproj file.

    You can finde an online Swagger (OpenApi) at: https://control.foxids.com/api/swagger/v1/swagger.json.