Backupify · JSON Structure

Saas Protection Api Seat Change Result Structure

Result of a single seat change operation

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

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

Properties

remoteId success message

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-seat-change-result-structure.json",
  "name": "SeatChangeResult",
  "description": "Result of a single seat change operation",
  "type": "object",
  "properties": {
    "remoteId": {
      "type": "string",
      "description": "Remote identifier for the seat",
      "example": "user-abc123"
    },
    "success": {
      "type": "boolean",
      "description": "Whether the operation succeeded",
      "example": true
    },
    "message": {
      "type": "string",
      "description": "Description of the result",
      "example": "Seat licensed successfully"
    }
  }
}