+++ title = "Permissions" description = "Grafana user permissions" keywords = ["grafana", "configuration", "documentation", "admin", "users", "permissions"] type = "docs" aliases = ["/reference/admin"] [menu.docs] name = "Permissions" parent = "admin" weight = 3 +++
Grafana users have permissions that are determined by their:
Users can be belong to one or more organizations. A user's organization membership is tied to a role that defines what the user is allowed to do in that organization.
Can do everything scoped to the organization. For example:
This role can be tweaked via Grafana server setting viewers_can_edit. If you set this to true users with Viewer can also make transient dashboard edits, meaning they can modify panels & queries but not save the changes (nor create new dashboards). Useful for public Grafana installations where you want anonymous users to be able to edit panels & queries but not save or create new dashboards.
This admin flag makes a user a Super Admin. This means they can access the Server Admin views where all users and organizations can be administrated.
{{< docs-imagebox img="/img/docs/v50/folder_permissions.png" max-width="500px" class="docs-image--right" >}}
For dashboards and dashboard folders there is a Permissions page that make it possible to remove the default role based permissions for Editors and Viewers. It's here you can add and assign permissions to specific Users and Teams.
You can assign & remove permissions for Organization Roles, Users and Teams.
Permission levels:
The highest permission always wins so if you for example want to hide a folder or dashboard from others you need to remove the Organization Role based permission from the Access Control List (ACL).
user1 has the Editor Role)Permissions for a dashboard:
Everyone with Editor Role Can Edituser1 Can ViewResult: user1 has Edit permission as the highest permission always wins.
user1 has the Viewer Role and is a member of team1)Permissions for a dashboard:
Everyone with Viewer Role Can Viewuser1 Can Editteam1 Can AdminResult: user1 has Admin permission as the highest permission always wins.
Permissions for a dashboard:
user1 Can Admin (inherited from parent folder)user1 Can EditResult: You cannot override to a lower permission. user1 has Admin permission as the highest permission always wins.
Permissions on dashboards and folders do not include permissions on data sources. A user with Viewer role
can still issue any possible query to a data source, not just those queries that exist on dashboards he/she has access to.
We hope to add permissions on data sources in a future release. Until then do not view dashboard permissions as a secure
way to restrict user data access. Dashboard permissions only limits what dashboards & folders a user can view & edit not which
data sources a user can access nor what queries a user can issue.