v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBpoliciesManagement
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
Example request
{
"enabled": true
}Response
Data Access Level policy was set successfully.
Example response
{
"enabled": true
}