Auth0 · Schema

SetSelfServiceProfileCustomTextRequestContent

The list of text keys and values to customize the Self-Service Enterprise Configuration flow page. Values can be plain text or rich HTML content limited to basic styling tags and hyperlinks.

AI AgentsAuthenticationAuthorizationFGAIdentity ManagementMCPOAuthOktaOpenID ConnectSAMLSecuritySCIM
View JSON Schema on GitHub

JSON Schema

auth0-setselfserviceprofilecustomtextrequestcontent-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SetSelfServiceProfileCustomTextRequestContent",
  "title": "SetSelfServiceProfileCustomTextRequestContent",
  "type": "object",
  "description": "The list of text keys and values to customize the Self-Service Enterprise Configuration flow page. Values can be plain text or rich HTML content limited to basic styling tags and hyperlinks.",
  "additionalProperties": {
    "type": "string",
    "maxLength": 2000
  }
}