Backupify · Schema

BulkSeatChangeResponse

Results of bulk seat change operations

SaaS BackupData ProtectionCloud BackupMicrosoft 365Google Workspace

Properties

Name Type Description
results array
View JSON Schema on GitHub

JSON Schema

saas-protection-api-bulk-seat-change-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/backupify/refs/heads/main/json-schema/saas-protection-api-bulk-seat-change-response-schema.json",
  "title": "BulkSeatChangeResponse",
  "description": "Results of bulk seat change operations",
  "type": "object",
  "properties": {
    "results": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/SeatChangeResult"
      }
    }
  }
}