Can Tenant licenses be allocated from Host via API?

Can tenant licenses be allocated from Host via API?

Yes, Host licenses can be allocated via API. One can do a POST call to HostLicenses group’s SetTenantLicense to allocate the specific number of licenses to a particular tenant.

Note that this is only possible by the host level user. More information regarding this call can be found from the Swagger UI for Orchestrator.



The number of licenses can be passed along with the TenantID in the body of the API call, to allocate the respective number of licenses to the respective tenant, as shown below.

1 Like