Webex · Schema

HostedAgentType

* `PEOPLE` - This object is a person. * `PLACE` - A workspace that is not assigned to a specific person such as for a shared device in a common area.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing
View JSON Schema on GitHub

JSON Schema

webex-hostedagenttype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/HostedAgentType",
  "title": "HostedAgentType",
  "type": "string",
  "enum": [
    "PEOPLE",
    "PLACE"
  ],
  "description": " * `PEOPLE` - This object is a person.\n * `PLACE` - A workspace that is not assigned to a specific person such as for a shared device in a common area.\n"
}