For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get enterprise settings

Available to every authenticated user.

get
Authorizations
defguard_sessionstringRequired
Responses
200

Enterprise settings.

application/json
objectOptional
get/api/v1/settings_enterprise
GET /api/v1/settings_enterprise HTTP/1.1
Accept: */*
{
  "admin_device_management": false,
  "client_traffic_policy": "none",
  "only_client_activation": false
}

Last updated

Was this helpful?