MultiTenancy can be enabled in the appsettings file by updating “MultiTenancy” flag to true.
...
Admin API clients must use request header to carry the well-known tenant identifier.identifiers:
Tenant specific request header key: tenant
Tenant specific request header value: <Tenant-Id>
Note: The requests from Swagger UI don’t automatically include tenant identifier in the headers. So, if user enables Swagger UI and MultiTenancy,
...