Backupify · JSON Structure

Saas Protection Api Seat Structure

A licensed or unlicensed seat (user, mailbox, site, or team)

Type: object Properties: 6
SaaS BackupData ProtectionCloud BackupMicrosoft-365Google Workspace

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

Properties

remoteId displayName email seatType licenseStatus lastBackup

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-structure.json",
  "name": "Seat",
  "description": "A licensed or unlicensed seat (user, mailbox, site, or team)",
  "type": "object",
  "properties": {
    "remoteId": {
      "type": "string",
      "description": "Remote identifier for the seat in the source system",
      "example": "user-abc123"
    },
    "displayName": {
      "type": "string",
      "description": "Display name of the seat",
      "example": "John Smith"
    },
    "email": {
      "type": "string",
      "description": "Email address for user seats",
      "example": "jsmith@company.com"
    },
    "seatType": {
      "type": "string",
      "enum": [
        "User",
        "SharedMailbox",
        "Site",
        "TeamSite",
        "Team"
      ],
      "description": "Type of seat",
      "example": "User"
    },
    "licenseStatus": {
      "type": "string",
      "enum": [
        "Licensed",
        "Unlicensed",
        "Paused"
      ],
      "description": "Current license status",
      "example": "Licensed"
    },
    "lastBackup": {
      "type": "datetime",
      "description": "Timestamp of last successful backup",
      "example": "2026-04-18T14:30:00Z"
    }
  }
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/saas-protection-api-seat-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.