Get global access settings
Used to get information about current global access settings
Responses
- 200
- 401
- 403
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- mode stringPossible values: [ normal_access,global_access]Access mode 
- auth_factors object[]List of auth factors required to gain access 
- identifiers_without_linkage_to_user_support booleanEnabled access identifiers attached to no user without multi factors authentication 
- available_modes string[]Possible values: [ normal_access,global_access]List of available auth factors 
{
  "mode": "normal_access",
  "auth_factors": [
    "card",
    "card",
    "card",
    "card"
  ],
  "identifiers_without_linkage_to_user_support": false,
  "available_modes": [
    "global_access"
  ]
}
{
  "mode": "global_access",
  "auth_factors": [
    "card",
    "face_id",
    "qr"
  ],
  "identifiers_without_linkage_to_user_support": true,
  "available_modes": [
    "normal_access",
    "global_access"
  ]
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringError message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Administrator rights required. You are currently logged in with different user account. Log In with administrator rights
- application/json
- Schema
- Example (from schema)
- Admin Rights Required
Schema
- error stringError message 
{
  "error": "Administrator rights required"
}
{
  "error": "Administrator rights required"
}
Loading...