v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
policiesManagement

Set Data Access Level policy.

Set the Data Access Level policy. When enabled, this policy sets the default data access level for all newly created dashboards to the viewer’s role access filter. Otherwise, newly created dashboards will default to the sharer’s role access filter and might display data that viewers’ roles don’t allow them to view. Learn More

put/v1/policies/dataAccessLevel

Request body

enabledboolean required

Whether the Data Access Level policy is enabled.

Example request

{
  "enabled": true
}

Response

Data Access Level policy was set successfully.

enabledboolean required

Whether the Data Access Level policy is enabled.

Example response

{
  "enabled": true
}