Speakeasy · Schema

User

Artificial IntelligenceDocumentationMCPPlatformSDKTerraformTesting

Properties

Name Type Description
id string Unique identifier for the user.
email string Email address of the user.
email_verified boolean Indicates whether the email address has been verified.
github_handle string GitHub handle of the user.
display_name string Display name of the user.
photo_url string URL of the user's photo.
default_workspace_id string Identifier of the default workspace.
confirmed boolean Indicates whether the user has been confirmed.
whitelisted boolean Indicates whether the user has been whitelisted.
last_login_at string Timestamp of the last login.
admin boolean Indicates whether the user is an admin.
created_at string Timestamp of the user's creation.
updated_at string Timestamp of the user's last update.
internal boolean Indicates whether the user is internal.
pylon_identity_hash string Hash used for pylon identity verification returned on v1/user.
has_created_api_key boolean Indicates whether the user has created an API key. Not always populated
View JSON Schema on GitHub

JSON Schema

speakeasy-user-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/User",
  "title": "User",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the user."
    },
    "email": {
      "type": "string",
      "description": "Email address of the user."
    },
    "email_verified": {
      "type": "boolean",
      "description": "Indicates whether the email address has been verified."
    },
    "github_handle": {
      "type": "string",
      "description": "GitHub handle of the user.",
      "nullable": true
    },
    "display_name": {
      "type": "string",
      "description": "Display name of the user."
    },
    "photo_url": {
      "type": "string",
      "nullable": true,
      "description": "URL of the user's photo."
    },
    "default_workspace_id": {
      "type": "string",
      "description": "Identifier of the default workspace.",
      "nullable": true
    },
    "confirmed": {
      "type": "boolean",
      "description": "Indicates whether the user has been confirmed."
    },
    "whitelisted": {
      "type": "boolean",
      "description": "Indicates whether the user has been whitelisted."
    },
    "last_login_at": {
      "type": "string",
      "nullable": true,
      "format": "date-time",
      "description": "Timestamp of the last login."
    },
    "admin": {
      "type": "boolean",
      "description": "Indicates whether the user is an admin."
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp of the user's creation."
    },
    "updated_at": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp of the user's last update."
    },
    "internal": {
      "type": "boolean",
      "description": "Indicates whether the user is internal."
    },
    "pylon_identity_hash": {
      "type": "string",
      "description": "Hash used for pylon identity verification returned on v1/user."
    },
    "has_created_api_key": {
      "type": "boolean",
      "description": "Indicates whether the user has created an API key. Not always populated"
    }
  },
  "required": [
    "id",
    "email",
    "email_verified",
    "display_name",
    "confirmed",
    "whitelisted",
    "admin",
    "created_at",
    "updated_at"
  ]
}

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/speakeasy-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.