Webex · Schema

MoveUsersStartJobObject

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
usersList array Specifies the users to be moved from the source location.
View JSON Schema on GitHub

JSON Schema

webex-moveusersstartjobobject-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MoveUsersStartJobObject",
  "title": "MoveUsersStartJobObject",
  "type": "object",
  "required": [
    "usersList"
  ],
  "properties": {
    "usersList": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/UsersListItem"
      },
      "description": "Specifies the users to be moved from the source location."
    }
  }
}