Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Created by: nevmehta123 (simulated) on 03-12-2010 01:58:13 AM 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:-
That error typically means the user account in your securityContext does not have sufficient privileges to perform that action. The user must be a Site Admin to create users. If you are attempting to create a user on the sandbox site (apidemoeu.webex.com), you will not be able to do so as this is a shared customer site and you would not have Site Admin privileges on there.
Regards,
Jayde Moors
WebEx API Developer Services
Getting Started
Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: