Stytch · Schema

api_user_v1_ExchangePrimaryFactorRequest

Request type

AuthenticationIdentityPasswordlessSecurityB2BConnected AppsMCPAI AgentsDeveloper Tools

Properties

Name Type Description
email_address string The email address to exchange to.
phone_number string The phone number to exchange to. The phone number should be in E.164 format (i.e. +1XXXXXXXXXX).
View JSON Schema on GitHub

JSON Schema

stytch-api-user-v1-exchangeprimaryfactorrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/api_user_v1_ExchangePrimaryFactorRequest",
  "title": "api_user_v1_ExchangePrimaryFactorRequest",
  "type": "object",
  "properties": {
    "email_address": {
      "type": "string",
      "description": "The email address to exchange to."
    },
    "phone_number": {
      "type": "string",
      "description": "The phone number to exchange to. The phone number should be in E.164 format (i.e. +1XXXXXXXXXX)."
    }
  },
  "description": "Request type"
}