Topic Last Modified: 2010-11-09

The Users table is a supporting table. Each record in the table stores information about one user involved in calls or sessions that have records in the database.

Column Data Type Key/Index Details

NextUpdateTS

Datetime

Time stamp for internal use.

UserId

int

Primary

Unique number identifying this user.

UserUri

nvarchar(450)

 

User URI.

TenantId

Int

Foreign

This user’s Tenant ID. Reference to Tenants Table.

UriTypeId

Int

Foreign

This user’s URI type. Reference to UriTypes Table.