v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
policiesManagement

Set Share Dashboards Outside Organization policy.

Set the Share Dashboards Outside Organization policy. This policy allows users to share the dashboard with view only privileges outside of the organization (capability must be enabled from the Roles page). Disabling this policy will disable all dashboards that have been shared outside of the organization. Learn More

put/v1/policies/shareDashboardsOutsideOrganization

Request body

enabledboolean required

Whether the Share Dashboards Outside Organization policy is enabled.

Example request

{
  "enabled": true
}

Response

Share Dashboards Outside Organization policy was set successfully.

enabledboolean required

Whether the Share Dashboards Outside Organization policy is enabled.

Example response

{
  "enabled": true
}