Question 6 of 60
Exam 300-920: Question 6 - Image 1
Refer to the exhibit. Which Webex Teams REST API request has generated the response body in the exhibit?
    Correct Answer: A

    The Webex Teams REST API request that has generated this response body is GET /v1/rooms?sortBy=lastactivity. This is evident because the response includes rooms sorted by the 'lastActivity' property, indicating that the results are ordered based on the last activity date.

Question 7 of 60
Exam 300-920: Question 7 - Image 1
Refer to the exhibit. A Webex Teams REST API response is shown with the HTTP Header missing. Which HTTP header expected in this response?
    Correct Answer: B

Question 8 of 60
Which two statements about Webex Teams refresh tokens are true? (Choose two.)
    Correct Answer: A, C

    The refresh token is important for security as it requires both the client ID and client secret to be of any use. Additionally, its main function is to generate a new access token when the current one expires, thus ensuring the user does not need to re-authenticate frequently.

Question 9 of 60
DRAG DROP -
Drag and drop the code to complete the JavaScript snippet so that it:
✑ retrieves the details of an individual user
✑ checks what licenses they have already
✑ updates their account with a new license
Options can be used more than once.
Select and Place:
Exam 300-920: Question 9 - Image 1
    Correct Answer:
    Exam 300-920: Question 9 - Image 2
Question 10 of 60
Exam 300-920: Question 10 - Image 1
Refer to the exhibit. What is the Webex Teams REST API HTTP response status code, based on this code snippet?
    Correct Answer: C