Webex · Schema

MemberResponse

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
value string The entryuuid of customer org.
View JSON Schema on GitHub

JSON Schema

webex-memberresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MemberResponse",
  "title": "MemberResponse",
  "type": "object",
  "properties": {
    "value": {
      "type": "string",
      "description": "The entryuuid of customer org.",
      "example": "cdb658ca-7aab-4336-a00b-51479273326d"
    }
  }
}