Auth0 · Schema

FlowActionEmailVerifyEmailParams

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
email string
rules object
View JSON Schema on GitHub

JSON Schema

auth0-flowactionemailverifyemailparams-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FlowActionEmailVerifyEmailParams",
  "title": "FlowActionEmailVerifyEmailParams",
  "type": "object",
  "additionalProperties": false,
  "required": [
    "email"
  ],
  "properties": {
    "email": {
      "type": "string"
    },
    "rules": {
      "$ref": "#/components/schemas/FlowActionEmailVerifyEmailParamsRules"
    }
  }
}