Get Security Settings
Get the security settings of the Zitadel instance. Security settings include settings like enabling impersonation and embedded iframe settings.
Required permissions:
iam.policy.read
Response Body
application/json
curl -X GET "https://loading/v2/settings/security"{
"details": {
"sequence": 0,
"changeDate": "2023-01-15T01:30:15.01Z",
"resourceOwner": "string",
"creationDate": "2023-01-15T01:30:15.01Z"
},
"settings": {
"embeddedIframe": {
"enabled": true,
"allowedOrigins": [
"string"
]
},
"enableImpersonation": true
}
}Was this page helpful?
Get Password Expiry Settings
Get Password Expiry Settings: Get the password expiry settings for the requested context. This can be the instance or an organization. In case of an organization, the returned settings will fall back to the instance settings if...
List Organization Settings
List Organization Settings: Returns a list of organization settings. Required permission: