nerdexam
Cisco

300-920 · Question #14

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

The correct answer is A. <bodyContent xsi:type="java:com.webex.service.binding.user.GetUser">. There is a significant problem with this question worth flagging before the explanation. The question appears to have an error. Options A and C are identical, and options B and D are identical - making this a malformed question with only two distinct choices. More critically…

Webex API Foundation

Question

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

Options

  • A<bodyContent xsi:type="java:com.webex.service.binding.user.GetUser">
  • B<bodyContent xsi:type="java:com.webex.service.binding.user.LstsummaryUser">
  • C<bodyContent xsi:type="java:com.webex.service.binding.user.GetUser">
  • D<bodyContent xsi:type="java:com.webex.service.binding.user.LstsummaryUser">

How the community answered

(42 responses)
  • A
    83% (35)
  • B
    5% (2)
  • C
    10% (4)
  • D
    2% (1)

Explanation

There is a significant problem with this question worth flagging before the explanation.

The question appears to have an error. Options A and C are identical, and options B and D are identical - making this a malformed question with only two distinct choices. More critically, the marked correct answer (A - GetUser) contradicts the question itself.

What the correct answer actually should be: LstsummaryUser (options B/D) is the operation used to retrieve information on multiple users. "Lst" stands for List, and this operation returns a summary list of users matching given criteria - exactly what the question asks about.

Why GetUser (A/C) is wrong for this question: GetUser retrieves information for a single, specific user by identifier. It is a one-record lookup, not a bulk or list operation.

Memory tip: Break down the API method names - GetUser = get one user, LstsummaryUser = list a summary of many users. The prefix Lst (List) is your signal for multi-record retrieval across Webex XML API operations.

Recommendation: If this is from a practice exam or study guide, flag it as a flawed question. The answer key appears incorrect - the answer aligned with the question's intent ("multiple users") is LstsummaryUser, not GetUser.

Topics

#Webex Meetings XML API#User retrieval#XML methods#API syntax

Community Discussion

No community discussion yet for this question.

Full 300-920 Practice