Auth0 · Schema

UsernameAllowedTypes

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
email boolean
phone_number boolean
View JSON Schema on GitHub

JSON Schema

auth0-usernameallowedtypes-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UsernameAllowedTypes",
  "title": "UsernameAllowedTypes",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "email": {
      "type": "boolean"
    },
    "phone_number": {
      "type": "boolean"
    }
  }
}