Webex · Schema

AgentGroupDTO

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
teamId string ID of a team
View JSON Schema on GitHub

JSON Schema

webex-agentgroupdto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AgentGroupDTO",
  "title": "AgentGroupDTO",
  "type": "object",
  "properties": {
    "teamId": {
      "type": "string",
      "description": "ID of a team",
      "example": "93912f11-6017-404b-bf14-5331890b1797"
    }
  }
}