UserStatistics Table
Lync Server 2013
Topic Last Modified: 2012-09-28
The UserStatistics table is a supporting table. Each record in the table stores information about an individual user’s usage of the system. This table was introduced in Microsoft Lync Server 2013.
| Column | Data Type | Key/Index | Details |
|---|---|---|---|
| UserId | int | Primary | Unique number identifying this user. |
| LastLogInTime | datetime | Last time the user logged in. | |
| LastConfOrganizedTime | datetime | Last time the user organized a conference. | |
| LastCallOrganizerCallFailureTime | datetime | Last time the user experienced a call failure. | |
| LastConfOrganizerCallFailureTime | datetime | Last time the user experienced a call failure as a conference organizer. |
