Please note: These WebEx forums have replaced the earlier site forums. All the previous threads and posts have been replicated here, and if you subscribed to the previous forums, please re-subscribe. Thank you.
« Back to User Management

Access denied while deleting and creating users from XML Api.

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hello,
 
I am facing an issue while using the apidemoeu site to test the API. While creating and deleting users using the xml api i keep getting "Access denied, additional privileges are required" error.

In case of creating a user the xml i am sending is.
 
<?xml version="1.0" encoding="UTF-8"?>
<serv:message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:serv="http://www.webex.com/schemas/2002/06/service">
<header>
<securityContext>entered webExID, password, siteID, partnerID</securityContext>
</header>
<body>
<bodyContent xsi:type="java:com.webex.service.binding.user.CreateUser">
<firstName>firstName</firstName>
<lastName>lastName</lastName>
<webExId>testwebexid1000</webExId>
<email>newemail@hotmail.com</email>
<password>password</password>
<active>ACTIVATED</active>
<privilege><host>true</host></privilege>
<sessionOptions>
<defaultSessionType>100</defaultSessionType>
<defaultServiceType>MeetingCenter</defaultServiceType>
<autoDeleteAfterMeetingEnd>false</autoDeleteAfterMeetingEnd>
<displayQuickStartHost>false</displayQuickStartHost>
<displayQuickStartAttendees>false</displayQuickStartAttendees>
</sessionOptions>
</bodyContent></body></serv:message>
 
 
In case of deleting a user the xml i am seinding is:-

<?xml version="1.0" encoding="UTF-8"?>
<serv:message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:serv="http://www.webex.com/schemas/2002/06/service">
<header>
<securityContext>entered webExID, password, siteID, partnerID</securityContext>
</header>
<body>
<bodyContent xsi:type="java:com.webex.service.binding.user.DelUser">
<webExId>testcreateusermail</webExId>
</bodyContent></body></serv:message>

 Both return:-

<?xml version="1.0" encoding="UTF-8"?><serv:message xmlns:serv="http://www.webex.com/schemas/2002/06/service" xmlns:com="http://www.webex.com/schemas/2002/06/common" xmlns:use="http://www.webex.com/schemas/2002/06/service/user"><serv:header><serv:response><serv:result>FAILURE</serv:result><serv:reason>Access denied, additional privileges are required</serv:reason><serv:gsbStatus>PRIMARY</serv:gsbStatus><serv:exceptionID>000001</serv:exceptionID></serv:response></serv:header><serv:body><serv:bodyContent/></serv:body></serv:message>

Suprisingly the AT=SU command to create a new user works fine from the URL api for me. Any ideas?


Thanks

Create a Cisco account today and gain access across all Cisco Collaboration Developer sites.

 

Follow the WebEx Developer program on Twitter for the latest industry and WebEx Meetings related information.