05-17-2015 08:25 PM
I'm trying to deactivate a user, using DelUser, and this is my content:
<body>
<bodyContent xsi:type="java:com.webex.service.binding.user.DelUser">
<webExId>jane.doe</webExId>
</bodyContent>
</body>
However my request is failing, with a Response message containing 060001 - Corresponding Meeting not found.
<serv:response>
<serv:result>FAILURE</serv:result>
<serv:reason>Corresponding Meeting not found</serv:reason>
<serv:gsbStatus>PRIMARY</serv:gsbStatus>
<serv:exceptionID>060001</serv:exceptionID>
</serv:response>
This seems really misleading - I'm requesting a User action, not a Meeting action.
Any ideas?
Thanks in advance,
-Martin
05-18-2015 11:28 AM
Hello,
Can you provide your XML service URL that you are using? In my testing on my own test site, I am getting a proper response, <serv:reason>Corresponding User not found</serv:reason>
11-10-2015 01:05 PM
Hi Martin,
I'm seeing this exact issue when I try to issue a DelUser (or SetUser with active=DEACTIVATED). If this was resolved, do you mind sharing it?
Thanks,
Kumi
11-12-2015 09:16 AM
Never mind - looks like it was due to the fact that I was using a test user - it works with a real user.
Kumi
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