Which XML snippet does an admin use with a Webex Meetings XML API request to retrieve info on multiple users?

Posted by: Pdfprep Category: 300-920 Tags: , ,

Which XML snippet does an admin use with a Webex Meetings XML API request to retrieve info on multiple users?
A . <bodyContent xsi:type=”java:com.webex.service.binding.user.GetUser”>
<webExId>.*</webExId>
</bodyContent>

B . <bodyContent xsi:type=”java:com.webex.service.binding.user.LstsummaryUser”>
<webExId>.*</webExId>
</bodyContent>
C . <bodyContent xsi:type=”java:com.webex.service.binding.user.GetUser”>
</bodyContent>
D . <bodyContent xsi:type=”java:com.webex.service.binding.user.LstsummaryUser”>
</bodyContent>

Answer: A

Explanation:

Reference: https://developer.cisco.com/docs/webex-xml-api-reference-guide/#!getuser

Leave a Reply

Your email address will not be published.