Webex · Schema

MoveUsersErrorResponse

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
error array Contains a list of error items.
View JSON Schema on GitHub

JSON Schema

webex-moveuserserrorresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MoveUsersErrorResponse",
  "title": "MoveUsersErrorResponse",
  "type": "object",
  "required": [
    "error"
  ],
  "properties": {
    "error": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ErrorOrImpactItem"
      },
      "description": "Contains a list of error items."
    }
  }
}