Retrieve details about the currently authenticated and active realm
GET/realm/:name
Retrieve details about the currently authenticated and active realm
Request
Path Parameters
name stringrequired
Header Parameters
Authorization string
X-Forwarded-Proto string
X-Forwarded-Host string
Responses
- default
default response
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
id string
name string
displayName string
enabled boolean
notBefore double
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[]
name string
description string
{
"id": "string",
"name": "string",
"displayName": "string",
"enabled": true,
"notBefore": 0,
"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"
}
]
}
Loading...