AddTenant
What it does
Adds a new tenant.
Definition
int AddTenant( string tenantName, string tenantDescription, string licenseNumber, bool canUseCommonLicense );
Parameters
| Name | Type | Description |
| tenantName | string | Tenant name |
| tenantDescription | string | Tenant description |
| licenseNumber | string | Tenant license number (if required) |
| canUseCommonLicense | bool | Permission to share main license |
Returned value
| Type | Description |
| int | Tenant identifier |
Hinweis. Only a tenant will be added. Users must be created separately. The first created user will automatically become the administrator of the tenant.
12.04.2024 18:16:01