03-27-2017 12:05 PM
Does anyone know what function in AXL to assign a device in Available Devices to the Controlled Devices and profile in Available Profiles to the CTI Controlled Device Profiles for an application user ID?
04-03-2017 07:48 AM
Here you go:
Here you go:
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.cisco.com/AXL/API/10.5">
<soapenv:Header/>
<soapenv:Body>
<ns:updateUser sequence="?">
<userid>someuserid</userid>
<associatedDevices>
<!--Zero or more repetitions:-->
<device>?</device>
</associatedDevices>
<ctiControlledDeviceProfiles>
<!--1 or more repetitions:-->
<profileName uuid="?">?</profileName>
</ctiControlledDeviceProfiles>
</ns:updateUser>
</soapenv:Body>
</soapenv:Envelope>
04-03-2017 07:51 AM
In the case of an application user, be sure to use the <updateAppUser> variation:
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide