Skip to main content

What it does

Updates information about a tenant.

Definition

void UpdateTenant( int tenantId, string tenantName, string tenantDescription, string licenseNumber, bool canUseCommonLicense );

Parameters

NameTypeDescription
tenantIdintTenant ID
tenantNamestringTenant name
tenantDescriptionstringTenant description
licenseNumberstringTenant license number (if required)
canUseCommonLicenseboolPermission to share a common license

Returned value

N/A
To modify the tenant information, call the GetTenant method, make relevant changes in one or more fields, and call the UpdateTenant method.