Lytics · Schema
Lytics User Profile
Schema for a unified Lytics user profile returned by the Entity API and segment scan operations.
Customer Data PlatformCDPPersonalizationSegmentationUser ProfilesBehavioral AnalyticsContent AffinityReal-Time DataMarketing AutomationAudience Activation
Properties
| Name | Type | Description |
|---|---|---|
| _uid | string | Lytics unique user identifier (system-generated) |
| string | User's primary email address | |
| first_name | string | User's first name |
| last_name | string | User's last name |
| phone | string | User's phone number |
| segments | array | List of segment slug names the user currently belongs to |
| scores | object | Behavioral and content affinity scores for the user |
| topics | object | Content topic affinity scores (0.0–1.0) |
| created | string | Timestamp when the profile was first created |
| last_active_ts | string | Timestamp of the user's most recent activity |
| channel | string | Primary channel through which this user was identified (web, email, mobile, etc.) |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/lytics/main/json-schema/lytics-user-profile-schema.json",
"title": "Lytics User Profile",
"description": "Schema for a unified Lytics user profile returned by the Entity API and segment scan operations.",
"type": "object",
"properties": {
"_uid": {
"type": "string",
"description": "Lytics unique user identifier (system-generated)"
},
"email": {
"type": "string",
"format": "email",
"description": "User's primary email address"
},
"first_name": {
"type": "string",
"description": "User's first name"
},
"last_name": {
"type": "string",
"description": "User's last name"
},
"phone": {
"type": "string",
"description": "User's phone number"
},
"segments": {
"type": "array",
"description": "List of segment slug names the user currently belongs to",
"items": {
"type": "string"
},
"uniqueItems": true
},
"scores": {
"type": "object",
"description": "Behavioral and content affinity scores for the user",
"additionalProperties": {
"type": "number"
}
},
"topics": {
"type": "object",
"description": "Content topic affinity scores (0.0–1.0)",
"additionalProperties": {
"type": "number",
"minimum": 0,
"maximum": 1
}
},
"created": {
"type": "string",
"format": "date-time",
"description": "Timestamp when the profile was first created"
},
"last_active_ts": {
"type": "string",
"format": "date-time",
"description": "Timestamp of the user's most recent activity"
},
"channel": {
"type": "string",
"description": "Primary channel through which this user was identified (web, email, mobile, etc.)"
}
},
"additionalProperties": true
}
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/lytics-user-profile"
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.