Webex · Schema

SearchMemberResponse

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
members array List of members available for the device.
View JSON Schema on GitHub

JSON Schema

webex-searchmemberresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SearchMemberResponse",
  "title": "SearchMemberResponse",
  "type": "object",
  "properties": {
    "members": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/SearchMemberObject"
      },
      "description": "List of members available for the device."
    }
  }
}