Cisco Webex · Schema

CreateDeviceRequest

CollaborationCommunicationsMeetingsMessagingTeamsVideo Conferencing

Properties

Name Type Description
personId string Person ID to associate the device with.
workspaceId string Workspace ID to associate the device with.
model string Model of the device.
View JSON Schema on GitHub

JSON Schema

cisco-webex-createdevicerequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateDeviceRequest",
  "title": "CreateDeviceRequest",
  "type": "object",
  "properties": {
    "personId": {
      "type": "string",
      "description": "Person ID to associate the device with."
    },
    "workspaceId": {
      "type": "string",
      "description": "Workspace ID to associate the device with."
    },
    "model": {
      "type": "string",
      "description": "Model of the device."
    }
  }
}