Auth0 · Schema

ConnectionShouldTrustEmailVerifiedConnectionEnum

Choose how Auth0 sets the email_verified field in the user profile.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-connectionshouldtrustemailverifiedconnectionenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ConnectionShouldTrustEmailVerifiedConnectionEnum",
  "title": "ConnectionShouldTrustEmailVerifiedConnectionEnum",
  "type": "string",
  "description": "Choose how Auth0 sets the email_verified field in the user profile.",
  "enum": [
    "never_set_emails_as_verified",
    "always_set_emails_as_verified"
  ],
  "default": "never_set_emails_as_verified"
}