Punchh · Schema

UpdateUserProfileRequest

UpdateUserProfileRequest schema from PAR Punchh Mobile API

Gift CardsGuest EngagementLoyaltyMarketingMobileOffersOnline OrderingPAR TechnologyPoint-of-SaleRestaurantRestaurant TechnologyWebhook

Properties

Name Type Description
client string OAuth client ID provided by the business.
user object
View JSON Schema on GitHub

JSON Schema

mobile-update-user-profile-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "UpdateUserProfileRequest",
  "description": "UpdateUserProfileRequest schema from PAR Punchh Mobile API",
  "$id": "https://raw.githubusercontent.com/api-evangelist/punchh/refs/heads/main/json-schema/mobile-update-user-profile-request-schema.json",
  "type": "object",
  "properties": {
    "client": {
      "type": "string",
      "description": "OAuth client ID provided by the business.",
      "example": "business_client_key"
    },
    "user": {
      "type": "object",
      "properties": {
        "first_name": {
          "type": "string",
          "example": "Jane Smith"
        },
        "last_name": {
          "type": "string",
          "example": "Jane Smith"
        },
        "email": {
          "type": "string",
          "format": "email",
          "example": "jsmith@example.com"
        },
        "phone": {
          "type": "string",
          "example": "+15551234567"
        },
        "password": {
          "type": "string",
          "example": "example"
        },
        "password_confirmation": {
          "type": "string",
          "example": "example"
        },
        "current_password": {
          "type": "string",
          "example": "example"
        },
        "birthday": {
          "type": "string",
          "example": "example"
        },
        "anniversary": {
          "type": "string",
          "example": "example"
        },
        "gender": {
          "type": "string",
          "example": "female"
        },
        "address": {
          "type": "string",
          "example": "123 Market St"
        },
        "city": {
          "type": "string",
          "example": "San Francisco"
        },
        "state": {
          "type": "string",
          "example": "CA"
        },
        "zip_code": {
          "type": "string",
          "example": "CODE-AB12CD"
        },
        "avatar_remote_url": {
          "type": "string",
          "example": "https://portal.example.com/path/abc123"
        },
        "favourite_location_ids": {
          "type": "array",
          "items": {
            "type": "integer"
          }
        },
        "apn_token": {
          "type": "string",
          "example": "a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4"
        },
        "gcm_token": {
          "type": "string",
          "example": "a1b2c3d4e5f6a1b2c3d4e5f6a1b2c3d4"
        },
        "age_verified_status": {
          "type": "string",
          "example": "active"
        }
      }
    }
  },
  "required": [
    "client"
  ]
}

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/mobile-update-user-profile-request"
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.