Administration XML Developer Forums

« Back to Administration XML Questions

addUser 7.1(2) is missing SUBSCRIBE Calling Search Space and mailid

Combination View Flat View Tree View
Threads [ Previous | Next ]
Is there a way to set an end users ''SUBSCRIBE Calling Search Space' and mailid using AXL.  The 7.1(2) AXL Interface Spec doesn't mention it and getUser doesn't retrive either mailid or the subscribe CSS?
 
I have also tried the updateUser request I am using the following for mailid:
 
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<SOAP-ENV:Body>
<axl:updateUser xmlns:axl="http://www.cisco.com/AXL/API/1.0"  sequence="1">
<mailid>hello@cisco.com</mailid>
</axl:updateUser>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Hi,
 
To update the Subscribe CSS you will need to use axl:executeSQLUpdate.  The table is enduser and the column is fkcallingsearchspace_Restrict.
 
If you only have a name for your CSS, you will need to obtain the uuid for your CSS by calling axl:getCSS.
 
Paul

Great - Thanks Paul will give that a go emoticon
 
Scott.
 

Hi Paul,
 
Thanks for the tip.
Why this SubscribeCSS parameter is not integrated as a standard parameter of the updateUser function, similarly to the other attributes?
 
Is there any other way than doing a SQL request directly against the user table?
 
Thanks for your help.
 
Yorick

updateUser/subscribeCallingSearchSpaceName is present in UCM 8.0 and higher.

Thanks for the reply David.
I will use SQLUpdate until the next major upgrade.
Best regards,
 
Yorick Petey

Any luck with the mailid???? Working with 7.1.3 and mailid seem to work in either the addUser and does get added to the retrieval object with getUser

Hi,
 
To update the Subscribe CSS you will need to use axl:executeSQLUpdate.  The table is enduser and the column is fkcallingsearchspace_Restrict.
 
If you only have a name for your CSS, you will need to obtain the uuid for your CSS by calling axl:getCSS.
 
Paul

 
hi
 
i have the same problem, can you help me and show me how the executeSQLUpdate has to look like?
 
greetings