Webex · Schema

AgentGroupsBulkExportDTO

Agent group data for bulk export.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
teamName string The name of the team in this agent group.
siteName string The name of the site associated with this agent group.
View JSON Schema on GitHub

JSON Schema

webex-agentgroupsbulkexportdto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AgentGroupsBulkExportDTO",
  "title": "AgentGroupsBulkExportDTO",
  "type": "object",
  "description": "Agent group data for bulk export.",
  "properties": {
    "teamName": {
      "type": "string",
      "description": "The name of the team in this agent group."
    },
    "siteName": {
      "type": "string",
      "description": "The name of the site associated with this agent group."
    }
  }
}