exam questions

Exam 300-835 All Questions

View all questions & answers for the 300-835 exam

Exam 300-835 topic 1 question 29 discussion

Actual exam question from Cisco's 300-835
Question #: 29
Topic #: 1
[All 300-835 Questions]


Refer to the exhibit. Which snippet of code does a user with the administrator role use in the missing "body" section to create a new user in a Webex Teams organization?
A.

B.

C.

D.

Show Suggested Answer Hide Answer
Suggested Answer: C

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Nicetomeetyou
Highly Voted 1 year, 2 months ago
Should be answer D, source: https://developer.webex.com/docs/api/v1/people/create-a-person
upvoted 6 times
...
iamnoone
Most Recent 6 months, 2 weeks ago
D is correct. Check Webex API documentation for creating a new user here: https://developer.webex.com/docs/api/v1/people/create-a-person
upvoted 2 times
...
Gui_Lab
1 year ago
I agree, is D. I did the test with SANDBOX LABS import requests import json apiKey = 'MzZkMWEx5NzAtZWQ4_P0A1_a42af19e-df0d-4dc1-ab0b-f5c639b0a4cc' A1 = input('ingrese email:') A2 = input('ingrese Nombre:') A3 = input('ingrese Apellido:') A4 = input('ingrese su Alias:') def createUser(apiKey, email, firstName, lastName, displayName): apiKey_bearer = 'Bearer' +' '+ apiKey url1 = 'https://api.ciscospark.com/v1/people' headers1 = {'Authorization': apiKey_bearer, 'Content-Type': 'application/json'} body = {'emails': [email], 'displayName': displayName, 'firstName': firstName, 'lastName': lastName} response = requests.post(url=url1, headers=headers1, json=body) return response createUser(apiKey,A1,A2,A3,A4)
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago