Skip to main content
Version: Next

Realm

idstring
namestring
displayNamestring
enabledboolean
notBeforedouble
passwordPolicystring[]
resetPasswordAllowedboolean
duplicateEmailsAllowedboolean
rememberMeboolean
registrationAllowedboolean
registrationEmailAsUsernameboolean
verifyEmailboolean
loginWithEmailboolean
loginThemestring
accountThemestring
adminThemestring
emailThemestring
accessTokenLifespanint32
realmRoles object[]
  • Array [
  • namestring
    descriptionstring
  • ]
  • Realm
    {
    "id": "string",
    "name": "string",
    "displayName": "string",
    "enabled": true,
    "notBefore": 0,
    "passwordPolicy": [
    "string"
    ],
    "resetPasswordAllowed": true,
    "duplicateEmailsAllowed": true,
    "rememberMe": true,
    "registrationAllowed": true,
    "registrationEmailAsUsername": true,
    "verifyEmail": true,
    "loginWithEmail": true,
    "loginTheme": "string",
    "accountTheme": "string",
    "adminTheme": "string",
    "emailTheme": "string",
    "accessTokenLifespan": 0,
    "realmRoles": [
    {
    "name": "string",
    "description": "string"
    }
    ]
    }