Webex · Schema

BulkRequestDTOUserDTO

The request body for bulk user operations.

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Properties

Name Type Description
items array List of items in the bulk request.
View JSON Schema on GitHub

JSON Schema

webex-bulkrequestdtouserdto-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/BulkRequestDTOUserDTO",
  "title": "BulkRequestDTOUserDTO",
  "type": "object",
  "description": "The request body for bulk user operations.",
  "properties": {
    "items": {
      "type": "array",
      "description": "List of items in the bulk request.",
      "items": {
        "$ref": "#/components/schemas/BulkRequestItemDTOUserDTO"
      }
    }
  }
}