Topic Last Modified: 2010-03-26
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 |
Timestamp 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. |