cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
617
Views
0
Helpful
1
Replies

Associate new Devices to enduser while the user's old devices can be also kept

jialinli
Level 1
Level 1

Hi,

I made the updateuser request as below:

<?xml version="1.0" encoding="utf-8"?>

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">

<soap:Body>

  <updateUser xmlns="http://www.cisco.com/AXL/API/11.5">

    <userid xmlns="">jialinli</userid>

    <associatedDevices xmlns="">

      <device>SEPC47295000000</device>

    </associatedDevices>

   </updateUser>

</soap:Body>

</soap:Envelope>

But this request will remove the former devices associated to the user. How can I associate new device to a user while the user's old devices can be also kept?

1 Accepted Solution

Accepted Solutions

npetrele
Cisco Employee
Cisco Employee

Do a getUser first, copy all the existing associated devices and plug them in along with the new one in your updateUser request. 

View solution in original post

1 Reply 1

npetrele
Cisco Employee
Cisco Employee

Do a getUser first, copy all the existing associated devices and plug them in along with the new one in your updateUser request.