Category / Section
Dashboard Download permission for Admin Group | Bold BI
Published:
We have included support to download and upload the dashboards from one site to another. This feature was provided in UI from v6.4 and through REST API from v6.6 of the Bold BI application. During new site creation, the download permission for the admin group will be added by default like other permission sets whereas for the existing tenant site it won't be available due and need to provide manually due to some internal reasons. This article will guide you on how to provide download permission to the dashboards for the admin group of the BI tenant site.
Providing Download dashboard permission using UI
You can add download permission to the dashboards for admin group of the tenant site by following the below steps.
- Login to the tenant site with its admin account user.
- Go to the group listing page, then go to the System Administrator group's context menu and click on Manage Permissions
- In Manage Permissions page, click the Add Permission button
- Under All Resources option select All Dashboards entity and Download access mode
- Then click on Add button.
Providing Download dashboard permission using REST API
You can also automate this process for all tenant sites using the API Add Group Permission – REST API | Bold BI for Developers
- Provide the following details in the request body:
Field Name | Value | Comments |
---|---|---|
GroupId | 1 | Provide group Id of the System Administrator group, which is 1 by default for all the tenant sites |
PermissionAccess | Download | Provide the access type for download permission. |
PermissionEntity | AllDashboards | Provide the permission entity for downloading all dashboards. |