BetterCloud · JSON Structure

Bettercloud User List Response Structure

Paginated list of users.

Type: object Properties: 2
AutomationComplianceEnterpriseIT OperationsSaaS ManagementSecurityWorkflowsUser Lifecycle

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

Properties

data meta

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-list-response-structure.json",
  "name": "UserListResponse",
  "description": "Paginated list of users.",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/User"
      }
    },
    "meta": {
      "$ref": "#/components/schemas/MetaResponse"
    }
  }
}