Backupify · JSON Structure

Saas Protection Api Bulk Seat Change Response Structure

Results of bulk seat change operations

Type: object Properties: 1
SaaS BackupData ProtectionCloud BackupMicrosoft 365Google Workspace

BulkSeatChangeResponse is a JSON Structure definition published by Backupify, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

results

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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