Mixpanel · Schema

ProfileUpdate

AnalyticsData AnalysisEvent TrackingProduct AnalyticsUser Behavior

Properties

Name Type Description
$token string Mixpanel project token
$distinct_id string Unique identifier for the user profile
$ip string IP address for geolocation
$set object Properties to set (overwrites existing values)
$set_once object Properties to set only if they do not already exist
$add object Numeric properties to increment
$append object Values to append to list properties
$remove object Values to remove from list properties
$union object Values to merge into list properties without duplicates
$unset array Property names to remove from the profile
$delete string Set to empty string to delete the profile entirely
View JSON Schema on GitHub

JSON Schema

mixpanel-profileupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProfileUpdate",
  "title": "ProfileUpdate",
  "type": "object",
  "required": [
    "$token",
    "$distinct_id"
  ],
  "properties": {
    "$token": {
      "type": "string",
      "description": "Mixpanel project token"
    },
    "$distinct_id": {
      "type": "string",
      "description": "Unique identifier for the user profile"
    },
    "$ip": {
      "type": "string",
      "description": "IP address for geolocation"
    },
    "$set": {
      "type": "object",
      "additionalProperties": true,
      "description": "Properties to set (overwrites existing values)"
    },
    "$set_once": {
      "type": "object",
      "additionalProperties": true,
      "description": "Properties to set only if they do not already exist"
    },
    "$add": {
      "type": "object",
      "additionalProperties": {
        "type": "number"
      },
      "description": "Numeric properties to increment"
    },
    "$append": {
      "type": "object",
      "additionalProperties": true,
      "description": "Values to append to list properties"
    },
    "$remove": {
      "type": "object",
      "additionalProperties": true,
      "description": "Values to remove from list properties"
    },
    "$union": {
      "type": "object",
      "additionalProperties": {
        "type": "array"
      },
      "description": "Values to merge into list properties without duplicates"
    },
    "$unset": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Property names to remove from the profile"
    },
    "$delete": {
      "type": "string",
      "description": "Set to empty string to delete the profile entirely"
    }
  }
}

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.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/mixpanel-profileupdate"
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.