Webex · Schema

PMRIDResponseObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
email string Email address for the meeting host whose personal room ID has been refreshed.
personId string Unique identifier for the meeting host whose personal room ID has been refreshed.
personalMeetingRoomId string Refreshed personal room ID.
View JSON Schema on GitHub

JSON Schema

webex-pmridresponseobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PMRIDResponseObject",
  "title": "PMRIDResponseObject",
  "type": "object",
  "properties": {
    "email": {
      "type": "string",
      "example": "[email protected]",
      "description": "Email address for the meeting host whose personal room ID has been refreshed."
    },
    "personId": {
      "type": "string",
      "example": "Y2lzY29zcGFyazovL3VzL1BFT1BMRS8yNWJiZjgzMS01YmU5LTRjMjUtYjRiMC05YjU5MmM4YTA4NmI",
      "description": "Unique identifier for the meeting host whose personal room ID has been refreshed."
    },
    "personalMeetingRoomId": {
      "type": "string",
      "example": "prABCD23670651",
      "description": "Refreshed personal room ID."
    }
  }
}