Stytch · Schema

api_organization_v1_RetiredEmail

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
email_id string The globally unique UUID of a Member's email.
email_address string The email address of the Member.
View JSON Schema on GitHub

JSON Schema

stytch-api-organization-v1-retiredemail-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api_organization_v1_RetiredEmail",
  "title": "api_organization_v1_RetiredEmail",
  "type": "object",
  "properties": {
    "email_id": {
      "type": "string",
      "description": "The globally unique UUID of a Member's email."
    },
    "email_address": {
      "type": "string",
      "description": "The email address of the Member."
    }
  },
  "required": [
    "email_id",
    "email_address"
  ]
}