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]
- auth_factors string[]Possible values: [ card,input_code,face_id,qr]
- identifiers_without_linkage_to_user_support boolean
{
  "mode": "normal_access",
  "auth_factors": [
    "card"
  ],
  "identifiers_without_linkage_to_user_support": false
}
{
  "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 string
{
  "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 string
{
  "error": "Administrator rights required"
}
{
  "error": "Administrator rights required"
}
Loading...