Webex · Schema

OriginatorType

* `PEOPLE` - The originator type object is a person. * `TRUNK` - Connection between Webex Calling and the premises.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-originatortype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OriginatorType",
  "title": "OriginatorType",
  "type": "string",
  "enum": [
    "PEOPLE",
    "TRUNK"
  ],
  "description": " * `PEOPLE` - The originator type object is a person.\n * `TRUNK` - Connection between Webex Calling and the premises.\n"
}