Get Multi-Tenancy Configuration API
Introduced 2.7
Retrieves the multi-tenancy configuration.
Endpoints
GET /_plugins/_security/api/tenancy/config
Example request
GET _plugins/_security/api/tenancy/config
Example response
{
"default_tenant": "",
"private_tenant_enabled": true,
"multitenancy_enabled": true,
"sign_in_options": [],
"preferred_tenants": []
}