Webex · Schema

MoveUsersValidationResponse

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
response array Contains the response for the user moves validation.
View JSON Schema on GitHub

JSON Schema

webex-moveusersvalidationresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MoveUsersValidationResponse",
  "title": "MoveUsersValidationResponse",
  "type": "object",
  "required": [
    "response"
  ],
  "properties": {
    "response": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/UserListItem"
      },
      "description": "Contains the response for the user moves validation."
    }
  }
}