Users table

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. See the Tenants table for more information.
UriTypeId
int
Foreign
This user's URI type. See the UriTypes table for more information.