CISCO 300-920 Exam Question 17

Share This Post

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>

Correct Answer: A