Webex · Schema

MoveUsersStartJobResponse

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

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

JSON Schema

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