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

Page of 53
Remote setup API reference
Cisco TMSBA Programming Reference Guide
Page 27 of 53
This function is typically used in the front-end GUI to provide a list of Cisco TMS users, and can filter output 
from the  Cisco TMSBA based on users from this output.
Supported parameters:
 None.
Returned data:
 An array of User objects.
IsLocalAdmin
This function checks whether the current user can create local or Active Directory accounts in the default 
user container on the Cisco TMS server. 
This is typically used during installation to check whether the user installing the integration has sufficient 
access to Active Directory. This function must return True in order for the GenerateConferenceAPIUser 
function to succeed.
Supported parameters:
 None.
Returned data:
 A boolean value true/false, which is true if the user is a local administrator.
IsTMSServiceUser
This function is used to check whether the current user is flagged as an Exchange Integration user and has 
access to book on behalf of other users. 
This is typically used during installation to check whether the user installing the integration has sufficient 
access permissions for the Cisco TMS server.
Supported parameters:
 None.
Returned data:
 A boolean value true/false, which is true if the user is a Cisco TMS service user.
IsTMSSiteAdmin
This function checks whether the current user is a member of the Cisco TMS Site Administrators group. 
This is typically used during installation to check whether the user installing the integration has enough 
access towards the Cisco TMS server. This function should return True in order for the 
GenerateConferenceAPIUser
 function to succeed.
Supported parameters:
 None.
Returned data:
 A boolean value true/false, which is true if the user is a Cisco TMS Site Administrator.