Skills Development Tenant Management API Abstractions

Tenant Management API Abstractions

v20260424
webiny-api-tenant-manager-catalog
This API provides essential abstractions and handlers for robust tenant management within web services. It covers both event handling patterns and use case patterns, allowing developers to easily extend the core tenant content model and manage the entire tenant lifecycle, ensuring scalable and structured multi-tenancy solutions.
Get Skill
451 downloads
Overview

API — Tenant Manager

Tenant management event handlers and use cases.

How to Use

  1. Find the abstraction you need below
  2. You MUST read the source file to get the exact interface and types!
  3. Import: import { Name } from "<importPath>";
  4. See webiny-use-case-pattern or webiny-event-handler-pattern skills for implementation patterns

Abstractions


Name: TenantExtensions Kind: type Import: import type { TenantExtensions } from "webiny/api/tenant-manager" Source: @webiny/tenant-manager/shared/Tenant.ts


Name: TenantModelExtension Import: import { TenantModelExtension } from "webiny/api/tenant-manager" Source: @webiny/tenant-manager/api/domain/TenantModelExtension.ts Description: Extend the tenant content model with custom fields.


Info
Category Development
Name webiny-api-tenant-manager-catalog
Version v20260424
Size 996B
Updated At 2026-04-28
Language