Thought Industries · JSON Structure

Thought Industries User Structure

Structure documentation for Thought Industries user and enrollment data.

Type: Properties: 0
EducationLearningLMSLXPE-LearningTraining

Thought Industries User Structure is a JSON Structure definition published by Thought Industries.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "Thought Industries User Structure",
  "description": "Structure documentation for Thought Industries user and enrollment data.",
  "version": "1.0",
  "structures": {
    "User": {
      "description": "Learner user account in the Thought Industries platform.",
      "fields": {
        "id": { "type": "string", "required": true, "description": "Unique user identifier" },
        "email": { "type": "string", "required": true, "description": "User email address, unique per tenant" },
        "first_name": { "type": "string", "required": false, "description": "User first name" },
        "last_name": { "type": "string", "required": false, "description": "User last name" },
        "active": { "type": "boolean", "required": false, "description": "Account active status" },
        "created_at": { "type": "string", "required": false, "description": "ISO 8601 creation timestamp" },
        "updated_at": { "type": "string", "required": false, "description": "ISO 8601 last update timestamp" },
        "custom_fields": { "type": "object", "required": false, "description": "Tenant-specific custom fields" }
      }
    },
    "Enrollment": {
      "description": "Course enrollment linking user to course with progress tracking.",
      "fields": {
        "id": { "type": "string", "required": true, "description": "Unique enrollment identifier" },
        "user_id": { "type": "string", "required": true, "description": "Enrolled user ID" },
        "course_id": { "type": "string", "required": true, "description": "Course being enrolled in" },
        "status": { "type": "string", "required": true, "description": "enrolled | in_progress | completed" },
        "progress": { "type": "number", "required": false, "description": "Completion percentage 0-100" },
        "enrolled_at": { "type": "string", "required": false, "description": "ISO 8601 enrollment timestamp" },
        "completed_at": { "type": "string|null", "required": false, "description": "ISO 8601 completion timestamp" }
      }
    },
    "Course": {
      "description": "Learning course in the Thought Industries catalog.",
      "fields": {
        "id": { "type": "string", "required": true, "description": "Unique course identifier" },
        "title": { "type": "string", "required": false, "description": "Course title" },
        "description": { "type": "string", "required": false, "description": "Course description" },
        "status": { "type": "string", "required": false, "description": "published | draft | archived" },
        "category_id": { "type": "string", "required": false, "description": "Category identifier" },
        "created_at": { "type": "string", "required": false, "description": "ISO 8601 creation timestamp" },
        "updated_at": { "type": "string", "required": false, "description": "ISO 8601 last update timestamp" }
      }
    },
    "PaginatedResponse": {
      "description": "Standard paginated list response wrapper.",
      "fields": {
        "data": { "type": "array", "required": true, "description": "Array of result objects" },
        "meta": {
          "type": "object",
          "required": true,
          "description": "Pagination metadata",
          "fields": {
            "total": { "type": "integer", "description": "Total record count" },
            "page": { "type": "integer", "description": "Current page number" },
            "per_page": { "type": "integer", "description": "Records per page" },
            "total_pages": { "type": "integer", "description": "Total page count" }
          }
        }
      }
    }
  }
}

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/thought-industries-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.