BetterCloud · JSON Structure

Bettercloud User Structure

A user discovered and managed across BetterCloud integrations.

Type: object Properties: 11
AutomationComplianceEnterpriseIT OperationsSaaS ManagementSecurityWorkflowsUser Lifecycle

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

Properties

id email first_name last_name status department title manager_email location created_at updated_at

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/bettercloud/refs/heads/main/json-structure/bettercloud-user-structure.json",
  "name": "User",
  "description": "A user discovered and managed across BetterCloud integrations.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the user in BetterCloud.",
      "example": "user-a1b2c3d4"
    },
    "email": {
      "type": "string",
      "format": "email",
      "description": "Primary email address of the user.",
      "example": "jsmith@example.com"
    },
    "first_name": {
      "type": "string",
      "description": "User's first name.",
      "example": "Jane"
    },
    "last_name": {
      "type": "string",
      "description": "User's last name.",
      "example": "Smith"
    },
    "status": {
      "type": "string",
      "description": "Current status of the user.",
      "enum": [
        "active",
        "suspended",
        "deprovisioned"
      ],
      "example": "active"
    },
    "department": {
      "type": "string",
      "nullable": true,
      "description": "Department or organizational unit.",
      "example": "Engineering"
    },
    "title": {
      "type": "string",
      "nullable": true,
      "description": "Job title.",
      "example": "Senior Engineer"
    },
    "manager_email": {
      "type": "string",
      "format": "email",
      "nullable": true,
      "description": "Email of the user's manager.",
      "example": "manager@example.com"
    },
    "location": {
      "type": "string",
      "nullable": true,
      "description": "Office location.",
      "example": "San Francisco"
    },
    "created_at": {
      "type": "datetime",
      "description": "When the user was first discovered.",
      "example": "2025-01-15T10:00:00Z"
    },
    "updated_at": {
      "type": "datetime",
      "description": "When the user record was last updated.",
      "example": "2026-04-01T08: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/bettercloud-user-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.