Webex · Schema

ManuallyAssignableQueuesRequest

Request body for fetching manually assignable Contact Service Queues.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
agentId string The ID of the agent to check queue assignments for.
teamId string The ID of the team to check queue assignments for.
View JSON Schema on GitHub

JSON Schema

webex-manuallyassignablequeuesrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ManuallyAssignableQueuesRequest",
  "title": "ManuallyAssignableQueuesRequest",
  "type": "object",
  "description": "Request body for fetching manually assignable Contact Service Queues.",
  "properties": {
    "agentId": {
      "type": "string",
      "description": "The ID of the agent to check queue assignments for."
    },
    "teamId": {
      "type": "string",
      "description": "The ID of the team to check queue assignments for."
    }
  }
}