Calm · Schema

Calm Partner User

A user provisioned by a Calm Business or Calm Health partner via the Partner API or eligibility file.

CompanyMental HealthWellnessMeditationMindfulnessSleepEmployee BenefitsHealthB2BSubscription

Properties

Name Type Description
partner_user_id string Unique identifier for the user within the partner's system (employee ID, member ID, or hashed email).
calm_user_id string Calm-side user identifier returned after linking.
email string
first_name string
last_name string
subscription_status string
expires string
segments array Optional partner-supplied segmentation columns (up to three) used for demographic reporting.
product string Which Calm product the user is provisioned for.
View JSON Schema on GitHub

JSON Schema

calm-partner-user-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/calm-com/main/json-schema/calm-partner-user-schema.json",
  "title": "Calm Partner User",
  "description": "A user provisioned by a Calm Business or Calm Health partner via the Partner API or eligibility file.",
  "type": "object",
  "required": ["partner_user_id"],
  "properties": {
    "partner_user_id": {
      "type": "string",
      "description": "Unique identifier for the user within the partner's system (employee ID, member ID, or hashed email)."
    },
    "calm_user_id": {
      "type": "string",
      "description": "Calm-side user identifier returned after linking."
    },
    "email": {
      "type": "string",
      "format": "email"
    },
    "first_name": {
      "type": "string"
    },
    "last_name": {
      "type": "string"
    },
    "subscription_status": {
      "type": "string",
      "enum": ["active", "pending", "expired", "canceled", "not_found"]
    },
    "expires": {
      "type": "string",
      "format": "date-time"
    },
    "segments": {
      "type": "array",
      "description": "Optional partner-supplied segmentation columns (up to three) used for demographic reporting.",
      "items": {
        "type": "string"
      },
      "maxItems": 3
    },
    "product": {
      "type": "string",
      "enum": ["calm-business", "calm-health"],
      "description": "Which Calm product the user is provisioned for."
    }
  }
}

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/calm-partner-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 email required.

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