Webex · Schema

ExecutiveAssignedAssistantsPatchRequestObject

Request object for updating executive assigned assistants.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
allowOptInOutEnabled boolean If `true`, the executive can allow assistants to opt in or out of managing calls.
assistantIds array List of unique identifiers for the assistants.
View JSON Schema on GitHub

JSON Schema

webex-executiveassignedassistantspatchrequestobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ExecutiveAssignedAssistantsPatchRequestObject",
  "title": "ExecutiveAssignedAssistantsPatchRequestObject",
  "type": "object",
  "description": "Request object for updating executive assigned assistants.",
  "example": {
    "allowOptInOutEnabled": false,
    "assistantIds": [
      "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9mM2ZjMDFlOC1iZjM3LTQyMDgtOThjZS1iMzdlYWEwYTVlY2U",
      "Y2lzY29zcGFyazovL3VzL1BFT1BMRS8xMzRmNjdhNS1kYTFiLTQxYzUtODBkNS03ZDFmZTY3ZTE5ZTY"
    ]
  },
  "properties": {
    "allowOptInOutEnabled": {
      "type": "boolean",
      "description": "If `true`, the executive can allow assistants to opt in or out of managing calls."
    },
    "assistantIds": {
      "type": "array",
      "items": {
        "type": "string",
        "example": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9mM2ZjMDFlOC1iZjM3LTQyMDgtOThjZS1iMzdlYWEwYTVlY2U",
        "description": "Unique identifier of the assistant."
      },
      "description": "List of unique identifiers for the assistants."
    }
  }
}