Webex · Schema

MemberType

* `PEOPLE` - Indicates the associated member is a person. * `PLACE` - Indicates the associated member is a workspace. * `VIRTUAL_LINE` - Indicates the associated member is a virtual line.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

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