Tenant Management

Tenant Management

Data tenancy ensures that data is isolated and accessible only to authorized credentials. Each tenant has a virtual view of data that is restricted to their own information, with no visibility into other tenants’ data.

Rustici Generator was built with data tenancy being a key component of the design. Many of Rustici Generator’s API endpoints require a tenant specification as part of the request, so it’s important to configure tenants before moving forward.

To configure tenants for your application, consider the following API endpoints as a starting point:

  • Create new tenants: POST /api/v1/app_management/tenants
  • Get a list of current tenants: GET /api/v1/app_management/tenants
  • Delete tenant: DELETE /api/v1/app_management/tenants/{tenant_id}