
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2017 06:23 PM
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?
Solved! Go to Solution.
- Labels:
-
AXL
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2017 09:23 AM
Do a getUser first, copy all the existing associated devices and plug them in along with the new one in your updateUser request.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-09-2017 09:23 AM
Do a getUser first, copy all the existing associated devices and plug them in along with the new one in your updateUser request.
