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 |
Note: Only a tenant will be added. Users must be created separately. The first created user will automatically become the administrator of the tenant.
4/12/2024 6:16:02 PM