{ "operationId": "createWorkspace", "method": "POST", "path": "/workspaces", "summary": "Create a Workspace", "requestExamples": [ { "contentType": "application/json", "example": { "displayName": "SFO-12 Capanina", "orgId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8xZWI2NWZkZi05NjQzLTQxN2YtOTk3NC1hZDcyY2FlMGUxMGY", "locationId": "YL34GrT...", "workspaceLocationId": "YL34GrT...", "floorId": "Y2lzY29z...", "capacity": 5, "type": "notSet", "calling": { "type": "webexCalling", "webexCalling": { "phoneNumber": "+12145654032", "extension": "28278", "locationId": "Y2lzY29g4...", "licenses": [ "Y2lzY29g4...1,Y2lzY29g4...2,Y2lzY29g4...n" ] } }, "calendar": { "type": "microsoft", "emailAddress": "workspace@example.com", "resourceGroupId": "Y2lzY29zcGFyazovL3VybjpURUFNOk5vcndheS9SRVNPVVJDRV9HUk9VUC9jOGFiMDJhNC01NjI5LTRiNTctOGUyNy03ZDZkZjJlN2YzNzA=" }, "notes": "this is a note", "hotdeskingStatus": "on", "deviceHostedMeetings": { "enabled": true, "siteUrl": "'example.webex.com'" }, "supportedDevices": "collaborationDevices", "indoorNavigation": {} } } ], "responseExamples": [ { "status": "201", "contentType": "application/json", "example": { "id": "Y2lzY29zcGFyazovL3VzL1BMQUNFUy81MTAxQjA3Qi00RjhGLTRFRjctQjU2NS1EQjE5QzdCNzIzRjc", "orgId": "Y2lzY29zcGFyazovL3VzL09SR0FOSVpBVElPTi8xZWI2NWZkZi05NjQzLTQxN2YtOTk3NC1hZDcyY2FlMGUxMGY", "locationId": "YL34GrT...", "workspaceLocationId": "YL34GrT...", "floorId": "Y2lzY29z...", "displayName": "SFO-12 Capanina", "capacity": 5, "sipAddress": "test_workspace_1@trialorg.room.ciscospark.com", "created": "2016-04-21T17:00:00.000Z", "calling": { "type": "webexCalling", "webexCalling": { "licenses": [ "Y2lzY29zcGFyazovL3VzL0xJQ0VOU0UvMmQzMzIyZDItYTAzNS00YmEzLWI3ZjYtNDc1ODM3Y2UzOTVhOkJDQ0FfNDZlM2YxYWQtZGJhYi00YmQ0LTg3YTAtOWExZmVhNzMxN2Jm" ] } }, "calendar": { "type": "microsoft", "emailAddress": "workspace@example.com" }, "notes": "this is a note", "supportedDevices": "collaborationDevices", "indoorNavigation": { "url": "https://example.com" } } } ] }