Webex · Schema

WorkspacePersonalizationRequest

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
email string The user that the device will become personalised for.
View JSON Schema on GitHub

JSON Schema

webex-workspacepersonalizationrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WorkspacePersonalizationRequest",
  "title": "WorkspacePersonalizationRequest",
  "type": "object",
  "required": [
    "email"
  ],
  "properties": {
    "email": {
      "type": "string",
      "example": "[email protected]",
      "description": "The user that the device will become personalised for."
    }
  }
}