Skip to main content
Version: 1.2.0

Retrieve all realms

GET 

/realm

Retrieve all realms

Request

Header Parameters

    Authorization string
    X-Forwarded-Proto string
    X-Forwarded-Host string

Responses

default response

Schema

  • Array [

  • id string
    name string
    displayName string
    enabled boolean
    notBefore double
    passwordPolicy string[]
    resetPasswordAllowed boolean
    duplicateEmailsAllowed boolean
    rememberMe boolean
    registrationAllowed boolean
    registrationEmailAsUsername boolean
    verifyEmail boolean
    loginWithEmail boolean
    loginTheme string
    accountTheme string
    adminTheme string
    emailTheme string
    accessTokenLifespan int32

    realmRoles

    object[]

  • Array [

  • name string
    description string
  • ]

  • ]

Loading...