User
A Site24x7 user account with assigned roles and notification preferences.
MonitoringObservabilityUptimeInfrastructureCloudAPMSLAAlertsSynthetic MonitoringReal User MonitoringNetwork MonitoringServer MonitoringWebsite MonitoringOn-CallStatus Pages
{
"$schema": "https://json-schema.org/draft/07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/site24x7/main/json-schema/user.json",
"title": "User",
"description": "A Site24x7 user account with assigned roles and notification preferences.",
"type": "object",
"properties": {
"user_id": {
"type": "string",
"description": "Unique user identifier"
},
"display_name": {
"type": "string",
"description": "User's display name",
"minLength": 1
},
"email_address": {
"type": "array",
"items": {
"type": "string",
"format": "email"
},
"minItems": 1,
"description": "Email addresses for notifications"
},
"mobile_sms": {
"type": "array",
"items": {
"type": "string"
},
"description": "Mobile phone numbers for SMS alerts"
},
"voice_call": {
"type": "array",
"items": {
"type": "string"
},
"description": "Phone numbers for voice call alerts"
},
"role": {
"type": "integer",
"description": "User's access role",
"enum": [0, 1, 2, 3],
"enumDescriptions": {
"0": "Super Admin",
"1": "Admin",
"2": "Operator",
"3": "Read Only"
}
},
"notify_via": {
"type": "array",
"items": {
"type": "integer",
"enum": [1, 2, 3, 4]
},
"description": "Notification channels: 1=Email, 2=SMS, 3=Voice, 4=IM"
},
"time_zone": {
"type": "string",
"description": "User's timezone (e.g., America/New_York)"
},
"is_account_manager": {
"type": "boolean",
"description": "Whether the user has account management privileges"
}
},
"required": ["display_name", "email_address", "role"]
}
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/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.