Developing Applications for Cisco Webex and Webex Devices (DEVWBX) — Question 3

A company wants to adopt Webex Teams as a messaging platform and use REST APIs to automate the creation of teams and rooms. Which sequence of REST
API requests is needed to create and populate a new Webex team and create a populated Webex room for the team?

Answer options

Correct answer: B

Explanation

The correct sequence is B, as it accurately reflects the necessary API calls for creating a team using POST /teams, adding people with POST /people, and then creating a room with POST /rooms. The other options either use incorrect endpoints or sequences that do not match the required workflow for creating teams and rooms in Webex Teams.