Auth0 · Schema

GetUniversalLoginTemplate

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM

Properties

Name Type Description
body string The custom page template for the New Universal Login Experience
View JSON Schema on GitHub

JSON Schema

auth0-getuniversallogintemplate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetUniversalLoginTemplate",
  "title": "GetUniversalLoginTemplate",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "body": {
      "type": "string",
      "description": "The custom page template for the New Universal Login Experience"
    }
  }
}