Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion docs/analytics-dashboard-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ The above password is only for those users who are external to the organization
<img loading="lazy" src={require('../assets/images/analytics/Private-Dashboard.webp').default} alt="cmd" width="768" height="373" className="doc_img"/>

#### Summary of the feature
This feature allows users to change the visibility of a dashboard from being accessible to all organization users to being private and only accessible to admin user. This provides better control over who can view and interact with the dashboard.
This feature allows users to change the visibility of a dashboard from being accessible to all organization users to being private and only accessible to admin user and creator of the dashboard. This provides better control over who can view and interact with the dashboard.

#### Steps to use
1. Navigate to the dashboard you want to change the visibility of.
Expand All @@ -117,6 +117,13 @@ An admin user is the user who has created the dashboard. Only the creator is all
2. **Role-based access control:** Limit dashboard access


## Admin Access for Dashboards

### Summary of the feature
This feature allows the admin user to access all the dashboards created by the organization users. The admin user can view, edit, and manage the dashboards created by other users within the organization.



<nav aria-label="breadcrumbs">
<ul className="breadcrumbs">
<li className="breadcrumbs__item">
Expand Down
Loading