nerdexam
Cisco

300-835 · Question #30

How can admin users include BroadCloud user details in the response when creating a new user in Cisco Webex teams?

The correct answer is C. callingInfo as true. When creating a new user via the Cisco Webex Teams API, admins can append callingInfo=true as a query parameter to instruct the API to include BroadCloud user details in the response - this is the designated flag for surfacing calling-service data alongside the standard user…

Cisco Webex API

Question

How can admin users include BroadCloud user details in the response when creating a new user in Cisco Webex teams?

Exhibit

300-835 question #30 exhibit

Options

  • ALocationId
  • BdisplayName as true
  • CcallingInfo as true
  • DlastName as true

How the community answered

(51 responses)
  • A
    6% (3)
  • B
    4% (2)
  • C
    80% (41)
  • D
    10% (5)

Explanation

When creating a new user via the Cisco Webex Teams API, admins can append callingInfo=true as a query parameter to instruct the API to include BroadCloud user details in the response - this is the designated flag for surfacing calling-service data alongside the standard user payload.

Why the distractors are wrong:

  • A (LocationId) is a request body field used to assign the user to a specific location, not a flag for retrieving BroadCloud details.
  • B (displayName as true) - displayName is a standard user attribute (a string value like "Jane Doe"), not a boolean toggle that controls response content.
  • D (lastName as true) - same issue as B; lastName is a plain string field, not a query parameter that expands the response.

Memory tip: BroadCloud is Cisco's calling platform, so the parameter that surfaces its data is logically named callingInfo. When you see "BroadCloud," think "calling" → callingInfo=true.

Topics

#Cisco Webex API#User Management#callingInfo Parameter#BroadCloud

Community Discussion

No community discussion yet for this question.

Full 300-835 Practice