Thought Industries · Schema
User
A learner user account in the Thought Industries platform.
EducationLearningLMSLXPE-LearningTraining
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique user identifier. |
| string | User email address. Must be unique per tenant. | |
| first_name | string | User's first name. |
| last_name | string | User's last name. |
| active | boolean | Whether the user account is active. Deactivated users cannot enroll or access content. |
| created_at | string | ISO 8601 timestamp of account creation. |
| updated_at | string | ISO 8601 timestamp of last update. |
| custom_fields | object | Tenant-specific custom field values. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://thoughtindustries.com/schemas/user",
"title": "User",
"description": "A learner user account in the Thought Industries platform.",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique user identifier."
},
"email": {
"type": "string",
"format": "email",
"description": "User email address. Must be unique per tenant."
},
"first_name": {
"type": "string",
"description": "User's first name."
},
"last_name": {
"type": "string",
"description": "User's last name."
},
"active": {
"type": "boolean",
"description": "Whether the user account is active. Deactivated users cannot enroll or access content.",
"default": true
},
"created_at": {
"type": "string",
"format": "date-time",
"description": "ISO 8601 timestamp of account creation."
},
"updated_at": {
"type": "string",
"format": "date-time",
"description": "ISO 8601 timestamp of last update."
},
"custom_fields": {
"type": "object",
"description": "Tenant-specific custom field values.",
"additionalProperties": true
}
},
"required": ["id", "email"],
"additionalProperties": false
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/thought-industries-user"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.