Create TenantAsk AIpost https://api.corestack.io/tenantsCreates a new tenant under a CoreStack account. There can be multiple tenants within a CoreStack account.Body ParamsnamestringrequiredName of the new tenant to be created. Tenant Name must be globally unique within CoreStack. If the same tenant name is used in another account, creation wil fail. Tenant Name must start with alphabet and can contain 2-50 characters. Special characters ' " # ? / \ are not allowed.descriptionstringDescription of the new tenant to be created.metadataobjectmetadata is a freeform JSON. It allows to store custom keys and values. It will be useful for storing information about an external applications that will refer to CoreStack tenant.metadata objectaccount_idstringrequiredId of the CoreStack account under which the new tenant to be created.Responses 201Created 400Bad Request 401Unauthorized 500Internal Server ErrorUpdated about 2 months ago