06-23-2015 10:39 PM
Hello all!
we try to register a user with the XML API.
It works, but two things will not work:
Has anybody an idea, how can I solve this two issues?
Thanks for your help,
Stefan
06-29-2015 03:45 PM
Hello,
Please provide your WebEx URL for further testing.
06-29-2015 11:03 PM
Hello Nathan,
Thank you for your answer. Hope the body for the Request is ok (The brackets {} shows a variable):
<bodyContent>
xsi:type="java:com.webex.service.binding.user.CreateUser">
<firstName>{Firstname}</firstName>
<lastName>{Lastname}</lastName>
<webExId>{nationalID}</webExId>
<sendWelcome>false</sendWelcome>
<email>{mail}</email>
<address>
<addressType>PERSONAL</addressType>
<country>GERMANY</country>
</address>
<phones>
<phone>49,,{telefon},,,,</phone>
</phones>
<tracking>
<trackingCode1>{Gesellschaft}</trackingCode1>
<trackingCode4>{Vorgesetzter} ({SolManNummer})</trackingCode4>
</tracking>
<password>{password}</password>
<privilege>
<host>true</host>
<use:teleConfTollFreeCallIn>true</use:teleConfTollFreeCallIn>
</privilege>
<use:myWebEx>
<use:myComputer>0</use:myComputer>
</use:myWebEx>
<active>ACTIVATED</active>
<security>
<forceChangePassword>true</forceChangePassword>
</security>
</bodyContent>
</body>
07-01-2015 02:35 PM
Hello,
Can you provide the URL of the WebEx site that you are using? It will look like sitename.webex.com. Welcome message should not be sent by default when creating host via API, but additional testing will be needed. Callout checkbox is not yet added to API.
07-06-2015 04:11 AM
Hello Nathan,
We have two Sites:
The Url for testing is edeka-test.webex.com. Here I tested the SOAP-Request.
The produtic Site is edeka.webex.com
Do you know, if Cisco is try to add the callout Checkbox by API in the next time.
In the moment, we create every new user manually by using the administration website. I think it would be faster and better to use the API.
Thank you for your help.
Stefan
07-07-2015 11:39 AM
@Stefan - I have also raised this request, both for XML API and SSO. It is not currently implemented. It may come in a later release but it is not to my knowledge committed by Cisco.
07-07-2015 02:52 PM
Hello,
One option for the welcome messages would be to contact your WebEx account manager to submit a change request to disable "Send Welcome Email When New Accounts are Added ". There is an open feature request to support the callback checkbox, but there is no ETA at this time.
07-15-2015 11:20 PM
Hey Guys,
Thank you for your answers. I will talk to our Webex Account manager.
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