cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
625
Views
0
Helpful
2
Replies

Associate devices to a CTI application user

khoabui76
Level 1
Level 1

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?

cti.png

2 Replies 2

npetrele
Cisco Employee
Cisco Employee

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>

dstaudt
Cisco Employee
Cisco Employee

In the case of an application user, be sure to use the <updateAppUser> variation:

AXLSoap - updateAppUser

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: