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

Page of 81
IsAlive
This function checks the connection to the web services of Cisco TMS.
It is typically used during installation to check the URL to this web service.
Supported parameters:
 None
Returned data:
 A boolean value true/false, which is true if the connection works.
IsBookOnBehalfOfUser
Checks whether the specified user (not the current user) is a member of a Cisco TMS group that has 
permissions to book on behalf of other users. 
Supported parameters:
user
The Cisco TMS user ID of the user for whom to check permissions.
Returned data:
 A boolean value true/false, which is true if the user if the user has permissions to book on 
behalf of other users in Cisco TMS.
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 and the Windows server hosting Cisco TMS. 
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.
IsTMSBookOnBehalfUser
Checks whether the current user is a member of a Cisco TMS group that has permissions to book on behalf 
of other users. 
Supported parameters:
 None.
Returned data:
 A boolean value true/false, which is true if the user has permissions to book on behalf of 
other users in Cisco TMS.
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. The service user setting has been deprecated, and this function will 
be removed in a future version of Cisco TMS.
Cisco TelePresence Management Suite Extension Booking API Programming Reference Guide (14.6)     
Page 34 of 81
Remote setup API reference
Remote Setup API functions