SavvyCal · Schema
User
A SavvyCal user account.
SchedulingCalendarAppointmentsAvailabilityBookingMeetingsWebhook
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique user identifier. |
| string | User's email address. | |
| first_name | string | User's first name. |
| last_name | string | User's last name. |
| display_name | string | User's full display name. |
| time_zone | string | User's configured IANA time zone identifier. |
| time_format | string | User's preferred time format. |
| first_day_of_week | integer | First day of week (0=Sunday through 6=Saturday). |
| plan | string | User's current subscription plan. |
| avatar_url | stringnull | URL to the user's avatar image. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api.savvycal.com/v1/schemas/user",
"title": "User",
"description": "A SavvyCal user account.",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique user identifier."
},
"email": {
"type": "string",
"format": "email",
"description": "User's email address."
},
"first_name": {
"type": "string",
"description": "User's first name."
},
"last_name": {
"type": "string",
"description": "User's last name."
},
"display_name": {
"type": "string",
"description": "User's full display name."
},
"time_zone": {
"type": "string",
"description": "User's configured IANA time zone identifier.",
"example": "America/New_York"
},
"time_format": {
"type": "string",
"description": "User's preferred time format.",
"enum": ["12hr", "24hr"]
},
"first_day_of_week": {
"type": "integer",
"description": "First day of week (0=Sunday through 6=Saturday).",
"minimum": 0,
"maximum": 6
},
"plan": {
"type": "string",
"description": "User's current subscription plan.",
"enum": ["free", "basic", "premium"]
},
"avatar_url": {
"type": ["string", "null"],
"format": "uri",
"description": "URL to the user's avatar image."
}
},
"required": [
"id",
"email",
"first_name",
"last_name",
"display_name",
"time_zone",
"time_format",
"first_day_of_week",
"plan"
]
}
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/savvycal-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 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.