<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Permissions on Grafana Labs</title><link>https://grafana.com/docs/grafana/v7.1/permissions/</link><description>Recent content in Permissions on Grafana Labs</description><generator>Hugo -- gohugo.io</generator><language>en</language><atom:link href="/docs/grafana/v7.1/permissions/index.xml" rel="self" type="application/rss+xml"/><item><title>Dashboard and Folder Permissions</title><link>https://grafana.com/docs/grafana/v7.1/permissions/dashboard_folder_permissions/</link><pubDate>Fri, 06 Mar 2026 07:23:54 +0000</pubDate><guid>https://grafana.com/docs/grafana/v7.1/permissions/dashboard_folder_permissions/</guid><content><![CDATA[&lt;h1 id=&#34;dashboard-and-folder-permissions&#34;&gt;Dashboard and Folder Permissions&lt;/h1&gt;
&lt;figure
    class=&#34;figure-wrapper figure-wrapper__lightbox w-100p docs-image--right&#34;
    style=&#34;max-width: 500px;&#34;
    itemprop=&#34;associatedMedia&#34;
    itemscope=&#34;&#34;
    itemtype=&#34;http://schema.org/ImageObject&#34;
  &gt;&lt;a
        class=&#34;lightbox-link&#34;
        href=&#34;/static/img/docs/v50/folder_permissions.png&#34;
        itemprop=&#34;contentUrl&#34;
      &gt;&lt;div class=&#34;img-wrapper w-100p h-auto&#34;&gt;&lt;img
          class=&#34;lazyload &#34;
          data-src=&#34;/static/img/docs/v50/folder_permissions.png&#34;data-srcset=&#34;/static/img/docs/v50/folder_permissions.png?w=320 320w, /static/img/docs/v50/folder_permissions.png?w=550 550w, /static/img/docs/v50/folder_permissions.png?w=750 750w, /static/img/docs/v50/folder_permissions.png?w=900 900w, /static/img/docs/v50/folder_permissions.png?w=1040 1040w, /static/img/docs/v50/folder_permissions.png?w=1240 1240w, /static/img/docs/v50/folder_permissions.png?w=1920 1920w&#34;data-sizes=&#34;auto&#34;alt=&#34;&#34;width=&#34;1027&#34;height=&#34;608&#34;/&gt;
        &lt;noscript&gt;
          &lt;img
            src=&#34;/static/img/docs/v50/folder_permissions.png&#34;
            alt=&#34;&#34;width=&#34;1027&#34;height=&#34;608&#34;class=&#34;docs-image--right&#34;/&gt;
        &lt;/noscript&gt;&lt;/div&gt;&lt;/a&gt;&lt;/figure&gt;
&lt;p&gt;For dashboards and dashboard folders there is a &lt;strong&gt;Permissions&lt;/strong&gt; page that makes it possible to
remove the default role based permissions for Editors and Viewers. On this page you can add and assign permissions to specific &lt;strong&gt;Users&lt;/strong&gt; and &lt;strong&gt;Teams&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;You can assign and remove permissions for &lt;strong&gt;Organization Roles&lt;/strong&gt;, &lt;strong&gt;Users&lt;/strong&gt; and &lt;strong&gt;Teams&lt;/strong&gt;.&lt;/p&gt;
&lt;p&gt;Permission levels:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Admin&lt;/strong&gt;: Can edit and create dashboards and edit permissions. Can also add, edit, and delete folders.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Edit&lt;/strong&gt;: Can edit and create dashboards. &lt;strong&gt;Cannot&lt;/strong&gt; edit folder/dashboard permissions, or add, edit, or delete folders.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;View&lt;/strong&gt;: Can only view existing dashboards/folders.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;restricting-access&#34;&gt;Restricting Access&lt;/h2&gt;
&lt;p&gt;The highest permission always wins so if you for example want to hide a folder or dashboard from others you need to remove the &lt;strong&gt;Organization Role&lt;/strong&gt; based permission from the Access Control List (ACL).&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;You cannot override permissions for users with the &lt;strong&gt;Org Admin Role&lt;/strong&gt;. Admins always have access to everything.&lt;/li&gt;
&lt;li&gt;A more specific permission with a lower permission level will not have any effect if a more general rule exists with higher permission level. You need to remove or lower the permission level of the more general rule.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;how-grafana-resolves-multiple-permissions---examples&#34;&gt;How Grafana Resolves Multiple Permissions - Examples&lt;/h3&gt;
&lt;h4 id=&#34;example-1-user1-has-the-editor-role&#34;&gt;Example 1 (&lt;code&gt;user1&lt;/code&gt; has the Editor Role)&lt;/h4&gt;
&lt;p&gt;Permissions for a dashboard:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;Everyone with Editor Role Can Edit&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;user1 Can View&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Result: &lt;code&gt;user1&lt;/code&gt; has Edit permission as the highest permission always wins.&lt;/p&gt;
&lt;h4 id=&#34;example-2-user1-has-the-viewer-role-and-is-a-member-of-team1&#34;&gt;Example 2 (&lt;code&gt;user1&lt;/code&gt; has the Viewer Role and is a member of &lt;code&gt;team1&lt;/code&gt;)&lt;/h4&gt;
&lt;p&gt;Permissions for a dashboard:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;Everyone with Viewer Role Can View&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;user1 Can Edit&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;team1 Can Admin&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Result: &lt;code&gt;user1&lt;/code&gt; has Admin permission as the highest permission always wins.&lt;/p&gt;
&lt;h4 id=&#34;example-3&#34;&gt;Example 3&lt;/h4&gt;
&lt;p&gt;Permissions for a dashboard:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;user1 Can Admin (inherited from parent folder)&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;user1 Can Edit&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Result: You cannot override to a lower permission. &lt;code&gt;user1&lt;/code&gt; has Admin permission as the highest permission always wins.&lt;/p&gt;
&lt;h2 id=&#34;summary&#34;&gt;Summary&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;View&lt;/strong&gt;: Can only view existing dashboards/folders.&lt;/li&gt;
&lt;li&gt;You cannot override permissions for users with &lt;strong&gt;Org Admin Role&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;A more specific permission with lower permission level will not have any effect if a more general rule exists with higher permission level.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For example if &amp;ldquo;Everyone with Editor Role Can Edit&amp;rdquo; exists in the ACL list then &lt;strong&gt;John Doe&lt;/strong&gt; will still have Edit permission even after you have specifically added a permission for this user with the permission set to &lt;strong&gt;View&lt;/strong&gt;. You need to remove or lower the permission level of the more general rule.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;You cannot override permissions for users with &lt;strong&gt;Org Admin Role&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;A more specific permission with lower permission level will not have any effect if a more general rule exists with higher permission level. For example if &amp;ldquo;Everyone with Editor Role Can Edit&amp;rdquo; exists in the ACL list then &lt;strong&gt;John Doe&lt;/strong&gt; will still have Edit permission even after you have specifically added a permission for this user with the permission set to &lt;strong&gt;View&lt;/strong&gt;. You need to remove or lower the permission level of the more general rule.&lt;/li&gt;
&lt;/ul&gt;
]]></content><description>&lt;h1 id="dashboard-and-folder-permissions">Dashboard and Folder Permissions&lt;/h1>
&lt;figure
class="figure-wrapper figure-wrapper__lightbox w-100p docs-image--right"
style="max-width: 500px;"
itemprop="associatedMedia"
itemscope=""
itemtype="http://schema.org/ImageObject"
>&lt;a
class="lightbox-link"
href="/static/img/docs/v50/folder_permissions.png"
itemprop="contentUrl"
>&lt;div class="img-wrapper w-100p h-auto">&lt;img
class="lazyload "
data-src="/static/img/docs/v50/folder_permissions.png"data-srcset="/static/img/docs/v50/folder_permissions.png?w=320 320w, /static/img/docs/v50/folder_permissions.png?w=550 550w, /static/img/docs/v50/folder_permissions.png?w=750 750w, /static/img/docs/v50/folder_permissions.png?w=900 900w, /static/img/docs/v50/folder_permissions.png?w=1040 1040w, /static/img/docs/v50/folder_permissions.png?w=1240 1240w, /static/img/docs/v50/folder_permissions.png?w=1920 1920w"data-sizes="auto"alt=""width="1027"height="608"/>
&lt;noscript>
&lt;img
src="/static/img/docs/v50/folder_permissions.png"
alt=""width="1027"height="608"class="docs-image--right"/>
&lt;/noscript>&lt;/div>&lt;/a>&lt;/figure>
&lt;p>For dashboards and dashboard folders there is a &lt;strong>Permissions&lt;/strong> page that makes it possible to
remove the default role based permissions for Editors and Viewers. On this page you can add and assign permissions to specific &lt;strong>Users&lt;/strong> and &lt;strong>Teams&lt;/strong>.&lt;/p></description></item><item><title>Datasource Permissions</title><link>https://grafana.com/docs/grafana/v7.1/permissions/datasource_permissions/</link><pubDate>Fri, 06 Mar 2026 07:23:54 +0000</pubDate><guid>https://grafana.com/docs/grafana/v7.1/permissions/datasource_permissions/</guid><content><![CDATA[&lt;h1 id=&#34;data-source-permissions&#34;&gt;Data source permissions&lt;/h1&gt;
&lt;p&gt;Data source permissions allow you to restrict access for users to query a data source. For each data source there is a permission page that allows you to enable permissions and restrict query permissions to specific &lt;strong&gt;Users&lt;/strong&gt; and &lt;strong&gt;Teams&lt;/strong&gt;.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Data source permissions are only available in Grafana Enterprise. For more information, refer to &lt;a href=&#34;../../enterprise/datasource_permissions/&#34;&gt;Data source permissions&lt;/a&gt; in &lt;a href=&#34;../../enterprise/&#34;&gt;Grafana Enterprise&lt;/a&gt;.&lt;/p&gt;&lt;/blockquote&gt;
]]></content><description>&lt;h1 id="data-source-permissions">Data source permissions&lt;/h1>
&lt;p>Data source permissions allow you to restrict access for users to query a data source. For each data source there is a permission page that allows you to enable permissions and restrict query permissions to specific &lt;strong>Users&lt;/strong> and &lt;strong>Teams&lt;/strong>.&lt;/p></description></item><item><title>Grant dashboard and folder permissions</title><link>https://grafana.com/docs/grafana/v7.1/permissions/grant-dashboard-and-folder-permissions/</link><pubDate>Fri, 06 Mar 2026 07:23:54 +0000</pubDate><guid>https://grafana.com/docs/grafana/v7.1/permissions/grant-dashboard-and-folder-permissions/</guid><content><![CDATA[&lt;h1 id=&#34;grant-dashboard-and-folder-permissions&#34;&gt;Grant dashboard and folder permissions&lt;/h1&gt;
&lt;p&gt;Grant permission to dashboards and folders to control who can access them.&lt;/p&gt;
&lt;h2 id=&#34;grant-folder-permissions&#34;&gt;Grant folder permissions&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;In the sidebar, hover your mouse over the &lt;strong&gt;Dashboards&lt;/strong&gt; (squares) icon and then click &lt;strong&gt;Manage&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Hover your mouse cursor over a folder and click the gear icon to the right.&lt;/li&gt;
&lt;li&gt;Go to the &lt;strong&gt;Permissions&lt;/strong&gt; tab, and then click &lt;strong&gt;Add Permission&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;In the &lt;strong&gt;Add Permission For&lt;/strong&gt; dialog, select &lt;strong&gt;User&lt;/strong&gt; or &lt;strong&gt;Team&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;In the second box, select the user or team to add permission for.&lt;/li&gt;
&lt;li&gt;In the third box, select the permission you want to add.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Save&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id=&#34;grant-dashboard-permissions&#34;&gt;Grant dashboard permissions&lt;/h2&gt;
&lt;ol&gt;
&lt;li&gt;In the top right corner of your dashboard, click the cog icon to go to &lt;strong&gt;Dashboard settings&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Go to the &lt;strong&gt;Permissions&lt;/strong&gt; tab, and click &lt;strong&gt;Add Permission&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;In the &lt;strong&gt;Add Permission For&lt;/strong&gt; dialog, select &lt;strong&gt;User&lt;/strong&gt; or &lt;strong&gt;Team&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;In the second box, select the user or team to add permission for.&lt;/li&gt;
&lt;li&gt;In the third box, select the permission you want to add.&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;Save&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;
]]></content><description>&lt;h1 id="grant-dashboard-and-folder-permissions">Grant dashboard and folder permissions&lt;/h1>
&lt;p>Grant permission to dashboards and folders to control who can access them.&lt;/p>
&lt;h2 id="grant-folder-permissions">Grant folder permissions&lt;/h2>
&lt;ol>
&lt;li>In the sidebar, hover your mouse over the &lt;strong>Dashboards&lt;/strong> (squares) icon and then click &lt;strong>Manage&lt;/strong>.&lt;/li>
&lt;li>Hover your mouse cursor over a folder and click the gear icon to the right.&lt;/li>
&lt;li>Go to the &lt;strong>Permissions&lt;/strong> tab, and then click &lt;strong>Add Permission&lt;/strong>.&lt;/li>
&lt;li>In the &lt;strong>Add Permission For&lt;/strong> dialog, select &lt;strong>User&lt;/strong> or &lt;strong>Team&lt;/strong>.&lt;/li>
&lt;li>In the second box, select the user or team to add permission for.&lt;/li>
&lt;li>In the third box, select the permission you want to add.&lt;/li>
&lt;li>Click &lt;strong>Save&lt;/strong>.&lt;/li>
&lt;/ol>
&lt;h2 id="grant-dashboard-permissions">Grant dashboard permissions&lt;/h2>
&lt;ol>
&lt;li>In the top right corner of your dashboard, click the cog icon to go to &lt;strong>Dashboard settings&lt;/strong>.&lt;/li>
&lt;li>Go to the &lt;strong>Permissions&lt;/strong> tab, and click &lt;strong>Add Permission&lt;/strong>.&lt;/li>
&lt;li>In the &lt;strong>Add Permission For&lt;/strong> dialog, select &lt;strong>User&lt;/strong> or &lt;strong>Team&lt;/strong>.&lt;/li>
&lt;li>In the second box, select the user or team to add permission for.&lt;/li>
&lt;li>In the third box, select the permission you want to add.&lt;/li>
&lt;li>Click &lt;strong>Save&lt;/strong>.&lt;/li>
&lt;/ol></description></item><item><title>Organization roles</title><link>https://grafana.com/docs/grafana/v7.1/permissions/organization_roles/</link><pubDate>Fri, 06 Mar 2026 07:23:54 +0000</pubDate><guid>https://grafana.com/docs/grafana/v7.1/permissions/organization_roles/</guid><content><![CDATA[&lt;h1 id=&#34;organization-roles&#34;&gt;Organization roles&lt;/h1&gt;
&lt;p&gt;Users can belong to one or more organizations. A user&amp;rsquo;s organization membership is tied to a role that defines what the user is allowed to do
in that organization.&lt;/p&gt;
&lt;h2 id=&#34;admin-role&#34;&gt;Admin role&lt;/h2&gt;
&lt;p&gt;Can do everything scoped to the organization. For example:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Can add, edit, and delete data sources.&lt;/li&gt;
&lt;li&gt;Can add and edit users and teams in organizations.&lt;/li&gt;
&lt;li&gt;Can add, edit, and delete folders.&lt;/li&gt;
&lt;li&gt;Can configure app plugins and organization settings.&lt;/li&gt;
&lt;li&gt;Can do everything allowed by the Editor role.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;editor-role&#34;&gt;Editor role&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Can view, add, and edit dashboards, panels, and alert rules in dashboards they have access to. This can be disabled on specific folders and dashboards.&lt;/li&gt;
&lt;li&gt;Can create, update, or delete playlists.&lt;/li&gt;
&lt;li&gt;Can access Explore.&lt;/li&gt;
&lt;li&gt;Cannot add, edit, or delete data sources.&lt;/li&gt;
&lt;li&gt;Cannot add, edit, or delete alert notification channels.&lt;/li&gt;
&lt;li&gt;Cannot manage other organizations, users, and teams.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This role can be tweaked via Grafana server setting &lt;a href=&#34;../../administration/configuration/#editors_can_admin&#34;&gt;editors_can_admin&lt;/a&gt;. If you set this to &lt;code&gt;true&lt;/code&gt;, then users
with the Editor role can also administrate dashboards, folders and teams they create. This is especially useful for enabling self-organizing teams to administer their own dashboards.&lt;/p&gt;
&lt;h2 id=&#34;viewer-role&#34;&gt;Viewer role&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Can view any dashboard they have access to. This can be disabled on specific folders and dashboards.&lt;/li&gt;
&lt;li&gt;Cannot add, edit, or delete data sources.&lt;/li&gt;
&lt;li&gt;Cannot add, edit, or delete dashboards or panels.&lt;/li&gt;
&lt;li&gt;Cannot create, update, or delete playlists.&lt;/li&gt;
&lt;li&gt;Cannot add, edit, or delete alert notification channels.&lt;/li&gt;
&lt;li&gt;Cannot access Explore.&lt;/li&gt;
&lt;li&gt;Cannot manage other organizations, users, and teams.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This role can be tweaked via Grafana server setting &lt;a href=&#34;../../administration/configuration/#viewers-can-edit&#34;&gt;viewers_can_edit&lt;/a&gt;. If you set this to &lt;code&gt;true&lt;/code&gt;, then users
with the Viewer role can also make transient dashboard edits, meaning they can modify panels and queries but not save the changes (nor create new dashboards).
This is especially useful for public Grafana installations where you want anonymous users to be able to edit panels and queries but not save or create new dashboards.&lt;/p&gt;
]]></content><description>&lt;h1 id="organization-roles">Organization roles&lt;/h1>
&lt;p>Users can belong to one or more organizations. A user&amp;rsquo;s organization membership is tied to a role that defines what the user is allowed to do
in that organization.&lt;/p></description></item><item><title>Overview</title><link>https://grafana.com/docs/grafana/v7.1/permissions/overview/</link><pubDate>Fri, 06 Mar 2026 07:23:54 +0000</pubDate><guid>https://grafana.com/docs/grafana/v7.1/permissions/overview/</guid><content><![CDATA[&lt;h1 id=&#34;permissions-overview&#34;&gt;Permissions Overview&lt;/h1&gt;
&lt;p&gt;Grafana users have permissions that are determined by their:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Organization Role&lt;/strong&gt; (Admin, Editor, Viewer)&lt;/li&gt;
&lt;li&gt;Via &lt;strong&gt;Team&lt;/strong&gt; memberships where the &lt;strong&gt;Team&lt;/strong&gt; has been assigned specific permissions.&lt;/li&gt;
&lt;li&gt;Via permissions assigned directly to user (on folders, dashboards, data sources)&lt;/li&gt;
&lt;li&gt;The Grafana Admin (i.e. Super Admin) user flag.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&#34;users&#34;&gt;Users&lt;/h2&gt;
&lt;p&gt;Grafana supports a wide variety of internal and external ways for users to authenticate themselves. These include from its own integrated database, from an external SQL server, or from an external LDAP server.&lt;/p&gt;
&lt;h2 id=&#34;grafana-admin&#34;&gt;Grafana Admin&lt;/h2&gt;
&lt;p&gt;This admin flag makes user a &lt;code&gt;Super Admin&lt;/code&gt;. This means they can access the &lt;code&gt;Server Admin&lt;/code&gt; views where all users and organizations can be administrated.&lt;/p&gt;
&lt;h2 id=&#34;organization-roles&#34;&gt;Organization Roles&lt;/h2&gt;
&lt;p&gt;Users can belong to one or more organizations. A user&amp;rsquo;s organization membership is tied to a role that defines what the user is allowed to do
in that organization. Grafana supports multiple &lt;em&gt;organizations&lt;/em&gt; in order to support a wide variety of deployment models, including using a single Grafana instance to provide service to multiple potentially untrusted organizations.&lt;/p&gt;
&lt;p&gt;In most cases, Grafana is deployed with a single organization.&lt;/p&gt;
&lt;p&gt;Each organization can have one or more data sources.&lt;/p&gt;
&lt;p&gt;All dashboards are owned by a particular organization.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Note: Most metric databases do not provide per-user series authentication. This means that organization data sources and dashboards are available to all users in a particular organization.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Refer to &lt;a href=&#34;../organization_roles/&#34;&gt;Organization roles&lt;/a&gt; for more information.&lt;/p&gt;
&lt;h2 id=&#34;dashboard-and-folder-permissions&#34;&gt;Dashboard and Folder Permissions&lt;/h2&gt;
&lt;p&gt;Dashboard and folder permissions allow you to remove the default role based permissions for Editors and Viewers and assign permissions to specific &lt;strong&gt;Users&lt;/strong&gt; and &lt;strong&gt;Teams&lt;/strong&gt;. Learn more about &lt;a href=&#34;../dashboard_folder_permissions/&#34;&gt;Dashboard and Folder Permissions&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id=&#34;data-source-permissions&#34;&gt;Data source permissions&lt;/h2&gt;
&lt;p&gt;Per default, a data source in an organization can be queried by any user in that organization. For example a user with &lt;code&gt;Viewer&lt;/code&gt; role can still
issue any possible query to a data source, not just those queries that exist on dashboards he/she has access to.&lt;/p&gt;
&lt;p&gt;Data source permissions allows you to change the default permissions for data sources and restrict query permissions to specific &lt;strong&gt;Users&lt;/strong&gt; and &lt;strong&gt;Teams&lt;/strong&gt;. Read more about &lt;a href=&#34;../../enterprise/datasource_permissions/&#34;&gt;data source permissions&lt;/a&gt;.&lt;/p&gt;
]]></content><description>&lt;h1 id="permissions-overview">Permissions Overview&lt;/h1>
&lt;p>Grafana users have permissions that are determined by their:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Organization Role&lt;/strong> (Admin, Editor, Viewer)&lt;/li>
&lt;li>Via &lt;strong>Team&lt;/strong> memberships where the &lt;strong>Team&lt;/strong> has been assigned specific permissions.&lt;/li>
&lt;li>Via permissions assigned directly to user (on folders, dashboards, data sources)&lt;/li>
&lt;li>The Grafana Admin (i.e. Super Admin) user flag.&lt;/li>
&lt;/ul>
&lt;h2 id="users">Users&lt;/h2>
&lt;p>Grafana supports a wide variety of internal and external ways for users to authenticate themselves. These include from its own integrated database, from an external SQL server, or from an external LDAP server.&lt;/p></description></item></channel></rss>