Auth0 · Schema

UpdateBrandingPhoneFormattingEnum

Controls the format used when displaying phone numbers.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-updatebrandingphoneformattingenum-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/UpdateBrandingPhoneFormattingEnum",
  "title": "UpdateBrandingPhoneFormattingEnum",
  "type": "string",
  "description": "Controls the format used when displaying phone numbers.",
  "default": "international",
  "enum": [
    "regional",
    "international"
  ]
}