Users table in Lync Server 2013
Topic Last Modified: 2012-09-28
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 in Lync Server 2013 for more information. |
UriTypeId |
int |
Foreign |
This user’s URI type. See the UriTypes table in Lync Server 2013 for more information. |