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

CreateMeetingAttendee = Access denied, additional privileges are required

Combination View Flat View Tree View
Threads [ Previous | Next ]
When I send the XML request below I receive a permissions FAILURE (Access denied, additional privileges are required) from the API. The account who created the event is different than the one I am using to execute the XML API method however they have added my account in their "scheduling permissions". Any ideas on what is going wrong or how I give this account the proper permissions?
 
<?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" xsi:schemaLocation="http://www.webex.com/schemas/2002/06/service http://www.webex.com/schemas/2002/06/service/service.xsd">


<header>

<securityContext>

<webExID>username</webExID>

<password>pass</password>

<siteName>sitename</siteName>

<partnerID>sitename</partnerID>

</securityContext>

</header>


<body>

<bodyContent xsi:type="java:com.webex.service.binding.attendee.CreateMeetingAttendee">


<person>

<name>A_Test 100</name>

<company>Company1</company>

<address>
<country>United States</country>

<state>FL</state>

<zipCode>94251</zipCode>

</address>

<email>user@domain.com</email>

<phones>

<phone>5555555555</phone>
</phones>

<type>VISITOR</type>

</person>


<joinStatus>REGISTER</joinStatus>
<role>ATTENDEE</role>
<sessionKey>757815185</sessionKey>


</bodyContent>

</body>

</serv:message>
 
 

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.