Webex · Schema

ExecutiveAssignedAssistantsPutRequestObject

Request object for updating assigned assistants to the executive.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
assistantIds array List of people to be assigned as assistant. To remove all assigned assistants, set `assistantIds` to `null`.
View JSON Schema on GitHub

JSON Schema

webex-executiveassignedassistantsputrequestobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ExecutiveAssignedAssistantsPutRequestObject",
  "title": "ExecutiveAssignedAssistantsPutRequestObject",
  "type": "object",
  "description": "Request object for updating assigned assistants to the executive.",
  "example": {
    "assistantIds": [
      "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9mM2ZjMDFlOC1iZjM3LTQyMDgtOThjZS1iMzdlYWEwYTVlY2U",
      "Y2lzY29zcGFyazovL3VzL1BFT1BMRS8xMzRmNjdhNS1kYTFiLTQxYzUtODBkNS03ZDFmZTY3ZTE5ZTY"
    ]
  },
  "properties": {
    "assistantIds": {
      "type": "array",
      "items": {
        "type": "string",
        "example": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS9mM2ZjMDFlOC1iZjM3LTQyMDgtOThjZS1iMzdlYWEwYTVlY2U",
        "description": "Unique identifier of the assistant."
      },
      "description": "List of people to be assigned as assistant. To remove all assigned assistants, set `assistantIds` to `null`."
    }
  }
}