Exit 300-920 Developing Applications for Cisco Webex and Webex Devices (DEVWBX)
Question 4 of 5
0% complete
Q4 Single choice

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>