Webex · Schema

CallBackMemberType

* `PEOPLE` - Associated member is a person. * `PLACE` - Associated member is a workspace. * `VIRTUAL_LINE` - Associated member is a virtual line. * `HUNT_GROUP` - Associated member is a hunt group.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-callbackmembertype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CallBackMemberType",
  "title": "CallBackMemberType",
  "type": "string",
  "enum": [
    "PEOPLE",
    "PLACE",
    "VIRTUAL_LINE",
    "HUNT_GROUP"
  ],
  "description": " * `PEOPLE` - Associated member is a person.\n * `PLACE` - Associated member is a workspace.\n * `VIRTUAL_LINE` - Associated member is a virtual line.\n * `HUNT_GROUP` - Associated member is a hunt group.\n"
}