Webex · Schema

BatchRefreshPMRIDResponseObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
siteUrl string URL of the Webex site.
personalMeetingRoomIds array Information for the refreshed personal room IDs.
View JSON Schema on GitHub

JSON Schema

webex-batchrefreshpmridresponseobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BatchRefreshPMRIDResponseObject",
  "title": "BatchRefreshPMRIDResponseObject",
  "type": "object",
  "properties": {
    "siteUrl": {
      "type": "string",
      "example": "example.webex.com",
      "description": "URL of the Webex site."
    },
    "personalMeetingRoomIds": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/PMRIDResponseObject"
      },
      "description": "Information for the refreshed personal room IDs."
    }
  }
}