GetSystemFeatures
Get System Features
Returns all configured features for the system. Unset fields mean the feature is the current system default.
Required permissions:
- none
Response Body
application/json
application/json
curl -X GET "https://loading/v2/features/system"{
"details": {
"sequence": 0,
"changeDate": "1s",
"resourceOwner": "string",
"creationDate": "1s"
},
"loginDefaultOrg": {
"enabled": true,
"source": "SOURCE_UNSPECIFIED"
},
"userSchema": {
"enabled": true,
"source": "SOURCE_UNSPECIFIED"
},
"oidcTokenExchange": {
"enabled": true,
"source": "SOURCE_UNSPECIFIED"
},
"improvedPerformance": {
"executionPaths": [
"IMPROVED_PERFORMANCE_UNSPECIFIED"
],
"source": "SOURCE_UNSPECIFIED"
},
"oidcSingleV1SessionTermination": {
"enabled": true,
"source": "SOURCE_UNSPECIFIED"
},
"enableBackChannelLogout": {
"enabled": true,
"source": "SOURCE_UNSPECIFIED"
},
"loginV2": {
"required": true,
"baseUri": "string",
"source": "SOURCE_UNSPECIFIED"
},
"permissionCheckV2": {
"enabled": true,
"source": "SOURCE_UNSPECIFIED"
},
"enableRelationalTables": {
"enabled": true,
"source": "SOURCE_UNSPECIFIED"
}
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?