Okta · Schema

EmailTemplateCustomizationRequest

IdentityWorkforce IdentityCustomer IdentityAuthenticationAuthorizationSingle Sign-OnMulti-Factor AuthenticationIdentity GovernancePrivileged AccessAI AgentsCross-App AccessMCPPlatform

Properties

Name Type Description
body string
isDefault boolean
language string unique under each email template
subject string
View JSON Schema on GitHub

JSON Schema

okta-emailtemplatecustomizationrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EmailTemplateCustomizationRequest",
  "title": "EmailTemplateCustomizationRequest",
  "type": "object",
  "properties": {
    "body": {
      "type": "string"
    },
    "isDefault": {
      "type": "boolean"
    },
    "language": {
      "type": "string",
      "description": "unique under each email template"
    },
    "subject": {
      "type": "string"
    }
  },
  "x-okta-tags": [
    "Brands"
  ]
}