Topic Last Modified: 2010-11-07

The Tenants table is a supporting table that stores a list of the various tenants. Each record in the table represents one tenant.

Note:
In on-premises deployment, CDR uses the build-in Tenant ID to indicate different authentication type, such as public IM connectivity, Federated and Anonymous.

Tenants Table

Column Data Type Key/Index Details

TenantId

int

Primary

Unique number identifying this Tenant ID.

TenantKey

nvarchar(256)

Tenant key.

Build-in Static Values

Static Values

0

'00000000-0000-0000-0000-000000000000'

Enterprise

1

'00000000-0000-0000-0000-000000000001'

Federated

2

'00000000-0000-0000-0000-000000000002'

Anonymous

3

'00000000-0000-0000-0000-000000000003'

Public IM connectivity