Stytch · Schema

api_user_v1_Name

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
first_name string The first name of the user.
middle_name string The middle name(s) of the user.
last_name string The last name of the user.
View JSON Schema on GitHub

JSON Schema

stytch-api-user-v1-name-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api_user_v1_Name",
  "title": "api_user_v1_Name",
  "type": "object",
  "properties": {
    "first_name": {
      "type": "string",
      "description": "The first name of the user."
    },
    "middle_name": {
      "type": "string",
      "description": "The middle name(s) of the user."
    },
    "last_name": {
      "type": "string",
      "description": "The last name of the user."
    }
  }
}