UserGems · Schema
UserGems Contact
Schema for the UserGems Contact object submitted via POST /v1/contact. Identifies a person UserGems should track for job changes.
Sales IntelligenceOutboundAccount Based MarketingChampion TrackingJob ChangesBuying SignalsAI ScoringSales EngagementCRMRevenue OperationsGo-To-MarketMCPAI Agents
Properties
| Name | Type | Description |
|---|---|---|
| string | Email address of the person UserGems should track. | |
| firstName | string | Given name of the contact. |
| lastName | string | Family name of the contact. |
| fullName | string | Full display name; an alternative to firstName + lastName. |
| company | string | Current employer at time of submission. |
| relationshipType | string | Relationship bucket. Common values: Champion, User, Prospect, Other. Custom values allowed. |
| linkedinUrl | string | Public LinkedIn profile URL. |
| signal | string | Signal label associating the contact with a workflow. |
| custom | string | Free-form custom metadata to round-trip with downstream events. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.com/schemas/usergems/usergems-contact-schema.json",
"title": "UserGems Contact",
"description": "Schema for the UserGems Contact object submitted via POST /v1/contact. Identifies a person UserGems should track for job changes.",
"type": "object",
"required": ["email"],
"properties": {
"email": {
"type": "string",
"format": "email",
"description": "Email address of the person UserGems should track."
},
"firstName": {
"type": "string",
"description": "Given name of the contact."
},
"lastName": {
"type": "string",
"description": "Family name of the contact."
},
"fullName": {
"type": "string",
"description": "Full display name; an alternative to firstName + lastName."
},
"company": {
"type": "string",
"description": "Current employer at time of submission."
},
"relationshipType": {
"type": "string",
"description": "Relationship bucket. Common values: Champion, User, Prospect, Other. Custom values allowed.",
"examples": ["Champion", "User", "Prospect", "Other"]
},
"linkedinUrl": {
"type": "string",
"format": "uri",
"description": "Public LinkedIn profile URL."
},
"signal": {
"type": "string",
"description": "Signal label associating the contact with a workflow."
},
"custom": {
"type": "string",
"description": "Free-form custom metadata to round-trip with downstream events."
}
},
"additionalProperties": {
"type": "string",
"description": "Customers may attach up to 100 custom signal fields as additional top-level string properties."
}
}
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/usergems-contact"
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.