Get system level features
GEThttps://$CUSTOM-DOMAIN/v2/features/system
Returns all configured features for the system. Unset fields mean the feature is the current system default.
Responses​
- 200
- 403
- 404
- default
OK
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
details
object
loginDefaultOrg
object
oidcTriggerIntrospectionProjections
object
oidcLegacyIntrospection
object
userSchema
object
oidcTokenExchange
object
actions
object
improvedPerformance
object
oidcSingleV1SessionTermination
object
disableUserTokenEvent
object
enableBackChannelLogout
object
loginV2
object
permissionCheckV2
object
{
"details": {
"sequence": "2",
"changeDate": "2025-03-25T06:21:25.284Z",
"resourceOwner": "69629023906488334",
"creationDate": "2025-03-25T06:21:25.284Z"
},
"loginDefaultOrg": true,
"oidcTriggerIntrospectionProjections": true,
"oidcLegacyIntrospection": true,
"userSchema": true,
"oidcTokenExchange": true,
"actions": true,
"improvedPerformance": [
1
],
"oidcSingleV1SessionTermination": true,
"disableUserTokenEvent": true,
"enableBackChannelLogout": true,
"loginV2": true,
"permissionCheckV2": {
"enabled": false,
"source": "SOURCE_UNSPECIFIED"
}
}
- Schema
- Example (from schema)
Schema
details
object
loginDefaultOrg
object
oidcTriggerIntrospectionProjections
object
oidcLegacyIntrospection
object
userSchema
object
oidcTokenExchange
object
actions
object
improvedPerformance
object
oidcSingleV1SessionTermination
object
disableUserTokenEvent
object
enableBackChannelLogout
object
loginV2
object
permissionCheckV2
object
{
"details": {
"sequence": "2",
"changeDate": "2025-03-25T06:21:25.285Z",
"resourceOwner": "69629023906488334",
"creationDate": "2025-03-25T06:21:25.285Z"
},
"loginDefaultOrg": true,
"oidcTriggerIntrospectionProjections": true,
"oidcLegacyIntrospection": true,
"userSchema": true,
"oidcTokenExchange": true,
"actions": true,
"improvedPerformance": [
1
],
"oidcSingleV1SessionTermination": true,
"disableUserTokenEvent": true,
"enableBackChannelLogout": true,
"loginV2": true,
"permissionCheckV2": {
"enabled": false,
"source": "SOURCE_UNSPECIFIED"
}
}
- Schema
- Example (from schema)
Schema
details
object
loginDefaultOrg
object
oidcTriggerIntrospectionProjections
object
oidcLegacyIntrospection
object
userSchema
object
oidcTokenExchange
object
actions
object
improvedPerformance
object
oidcSingleV1SessionTermination
object
disableUserTokenEvent
object
enableBackChannelLogout
object
loginV2
object
permissionCheckV2
object
{
"details": {
"sequence": "2",
"changeDate": "2025-03-25T06:21:25.287Z",
"resourceOwner": "69629023906488334",
"creationDate": "2025-03-25T06:21:25.287Z"
},
"loginDefaultOrg": true,
"oidcTriggerIntrospectionProjections": true,
"oidcLegacyIntrospection": true,
"userSchema": true,
"oidcTokenExchange": true,
"actions": true,
"improvedPerformance": [
1
],
"oidcSingleV1SessionTermination": true,
"disableUserTokenEvent": true,
"enableBackChannelLogout": true,
"loginV2": true,
"permissionCheckV2": {
"enabled": false,
"source": "SOURCE_UNSPECIFIED"
}
}
Returned when the user does not have permission to access the resource.
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
Returned when the resource has no feature flag settings and inheritance from the parent is disabled.
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
An unexpected error response.
- application/json
- application/grpc
- application/grpc-web+proto
- Schema
- Example (from schema)
Schema
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- Schema
- Example (from schema)
Schema
details
object[]
{
"code": 0,
"message": "string",
"details": [
{
"@type": "string"
}
]
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L 'https://$CUSTOM-DOMAIN/v2/features/system' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'