300-835 · Question #47
300-835 Question #47: Real Exam Question with Answer & Explanation
sys is imported to use sys.exit(1) on error. post is used for creating both the space and memberships. response.json() is used to extract the returned room ID. headers is reused in both POST requests for authentication and content type. (Solution involves dragging 'sys', 'post',
Question
Drag and drop the code snippets from the bottom onto the blanks in the code to implement a call to create a space and add users to the newly created space using Webex API. Not all options are used.
Explanation
sys is imported to use sys.exit(1) on error. post is used for creating both the space and memberships. response.json() is used to extract the returned room ID. headers is reused in both POST requests for authentication and content type. (Solution involves dragging 'sys', 'post', 'response.json()', 'headers' into specific blanks in the provided code snippet example.)
Topics
Community Discussion
No community discussion yet for this question.