| Database Schema Tables / Vocera Voice Server Dimension Tables | |
Dimension table delivering detailed associativity for users to groups.
| Column | Description | Example | 
|---|---|---|
| id | int Displays the unique id.  | 
		6 | 
| TenantId | int This field is for future use only, and is currently not defined.  | 
		|
| GroupId | varchar Displays the internal Vocera Voice Server group id.  | 
		g-safety0 | 
| UserName | varchar Displays the internal Vocera Voice Server user id.  | 
		u-jsmith | 
| LastUpdateDate | timestamp Displays the date and time that the users in the group were last updated.  | 
		2018-01-01 19:16:37 | 
| DeletedFlag | tinyint Displays 1 if deleted or else 0.  | 
		0 |