Get Tenant Status
Retrieve status information for a specific tenant.Path Parameters
Tenant identifier
Authorization
RequiresPermissions.Multitenancy.View permission.
Response
Tenant identifier
Tenant display name
Whether the tenant is currently active
Subscription expiration date
Whether tenant has a custom database connection
Administrator email address
JWT issuer for the tenant
Change Tenant Activation
Activate or deactivate a tenant.Path Parameters
Tenant identifier (must match the tenantId in request body)
Request Body
Tenant identifier (must match path parameter)
Set to
true to activate, false to deactivateAuthorization
RequiresPermissions.Multitenancy.Update permission.
Response
The tenant identifier
New activation status
Subscription validity date
Descriptive message about the status change
Upgrade Tenant Subscription
Extend or upgrade a tenant’s subscription.Path Parameters
Tenant identifier (must match the tenant in request body)
Request Body
Tenant identifier (must match path parameter)
New subscription expiration date (must be in the future)
Authorization
RequiresPermissions.Multitenancy.Update permission.
Response
The tenant identifier
Updated subscription expiration date
