Cisco Cisco TelePresence Management Suite (TMS) Version 15 Developer's Guide

Page of 68
TMS user object
The Cisco TMS user object contains information about Cisco TMS users. Use this object to access 
information about users in Cisco TMS. The XML document below describes the User object. Following the 
XML is a description of the elements and what information each element it contains.
User
Attribute
Description
DisplayName
The display name of the user.
EmailAddress The e-mail address of the user.
FirstName
The first name of the user.
LastName
The last name of the user.
UserName
The Windows login name of the user.
IsHiddenUser
Boolean value used to represent whether this is a normal user (True), or a service account 
(False) that normally should not be displayed in a list of users.
TimeZone
The time zone where the user is located. Uses the same TimeZone object as TMSSystem.
TMS user object XML
<User>
 
    
<DisplayName>
string
</DisplayName>
 
    
<EmailAddress>
string
</EmailAddress>
 
    
<FirstName>
string
</FirstName>
 
    
<LastName>
string
</LastName>
 
    
<UserName>
string
</UserName>
 
    
<IsHiddenUser>
boolean
</IsHiddenUser>
 
    
<TimeZone>
 
        
<TimezoneName>
string
</TimezoneName>
 
        
<StartTimeDTS>
string
</StartTimeDTS>
 
        
<EndTimeDTS>
string
</EndTimeDTS>
 
        
<GMTOffset>
string
</GMTOffset>
 
    
</TimeZone>
</User>
Cisco TMSBA Programming Reference Guide
Page 27 of 68
Remote setup API reference