BetterCloud · JSON Structure

Bettercloud User Response Structure

Single user response.

Type: object Properties: 1
AutomationComplianceEnterpriseIT OperationsSaaS ManagementSecurityWorkflowsUser Lifecycle

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

Properties

data

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-response-structure.json",
  "name": "UserResponse",
  "description": "Single user response.",
  "type": "object",
  "properties": {
    "data": {
      "$ref": "#/components/schemas/User"
    }
  }
}