Sumo Logic · JSON Structure

Sumo Logic User Structure

JSON structure documentation for Sumo Logic user resources

Type: Properties: 0
LoggingObservabilitySecurityMonitoringAnalyticsDevOpsSIEM

Sumo Logic User Structure is a JSON Structure definition published by Sumo Logic.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Sumo Logic User Structure",
  "description": "JSON structure documentation for Sumo Logic user resources",
  "version": "1.0",
  "created": "2026-05-02",
  "structure": {
    "type": "object",
    "label": "User",
    "description": "A Sumo Logic platform user account",
    "fields": [
      { "name": "id", "type": "string", "required": true, "description": "Unique user identifier" },
      { "name": "firstName", "type": "string", "required": true, "description": "First name" },
      { "name": "lastName", "type": "string", "required": true, "description": "Last name" },
      { "name": "email", "type": "string", "format": "email", "required": true, "description": "Email address" },
      { "name": "roleIds", "type": "array", "required": false, "description": "Assigned role IDs",
        "items": { "type": "string" }
      },
      { "name": "isActive", "type": "boolean", "required": false, "description": "Account active status" },
      { "name": "isLocked", "type": "boolean", "required": false, "description": "Account locked status" },
      { "name": "isMfaEnabled", "type": "boolean", "required": false, "description": "MFA enabled status" },
      { "name": "lastLoginTimestamp", "type": "string", "format": "date-time", "required": false, "description": "Last login time" },
      { "name": "createdAt", "type": "string", "format": "date-time", "required": false, "description": "Creation timestamp" },
      { "name": "modifiedAt", "type": "string", "format": "date-time", "required": false, "description": "Last modified timestamp" },
      { "name": "createdBy", "type": "string", "required": false, "description": "Creator user ID" },
      { "name": "modifiedBy", "type": "string", "required": false, "description": "Last modifier user ID" }
    ]
  }
}

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/sumo-logic-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 email required.

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