<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/v6.4/permissions/</link><description>Recent content in Permissions on Grafana Labs</description><generator>Hugo -- gohugo.io</generator><language>en</language><atom:link href="/docs/grafana/v6.4/permissions/index.xml" rel="self" type="application/rss+xml"/><item><title>Dashboard and Folder Permissions</title><link>https://grafana.com/docs/grafana/v6.4/permissions/dashboard_folder_permissions/</link><pubDate>Fri, 06 Mar 2026 14:53:36 -0800</pubDate><guid>https://grafana.com/docs/grafana/v6.4/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 make 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.&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.&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 make 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/v6.4/permissions/datasource_permissions/</link><pubDate>Fri, 06 Mar 2026 14:53:36 -0800</pubDate><guid>https://grafana.com/docs/grafana/v6.4/permissions/datasource_permissions/</guid><content><![CDATA[&lt;h1 id=&#34;data-source-permissions&#34;&gt;Data Source Permissions&lt;/h1&gt;
&lt;blockquote&gt;
&lt;p&gt;Data source permissions is only available in Grafana Enterprise. Read more about &lt;a href=&#34;../../enterprise/&#34;&gt;Grafana Enterprise&lt;/a&gt;.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Data source permissions allows you to restrict access for users to query a data source. For each data source there is
a permission page that makes it possible 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;h2 id=&#34;restricting-access---enable-permissions&#34;&gt;Restricting Access - Enable Permissions&lt;/h2&gt;
&lt;div class=&#34;screenshot&#34; style=&#34;max-width:600px&#34;&gt;
  &lt;a href=&#34;/static/img/docs/enterprise/datasource_permissions_enable.gif&#34; title=&#34;&#34;&gt;
    &lt;img alt=&#34;&#34; src=&#34;data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==&#34;
         data-src=&#34;/static/img/docs/enterprise/datasource_permissions_enable_still.png&#34; class=&#34;screenshot__still lazyload&#34;&gt;
    &lt;img alt=&#34;&#34; src=&#34;/static/img/docs/enterprise/datasource_permissions_enable.gif&#34; class=&#34;screenshot__animated-gif&#34;&gt;
    &lt;div class=&#34;screenshot__play&#34;&gt;
      &lt;i class=&#34;fa fa-play&#34;&gt;&lt;/i&gt;
    &lt;/div&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;p&gt;By default, permissions are disabled for data sources and 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;When permissions are enabled for a data source in an organization you will restrict admin and query access for that
data source to &lt;a href=&#34;/permissions/organization_roles/#admin-role&#34;&gt;admin users&lt;/a&gt; in that organization.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;To enable permissions for a data source:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Navigate to Configuration / Data Sources.&lt;/li&gt;
&lt;li&gt;Select the data source you want to enable permissions for.&lt;/li&gt;
&lt;li&gt;Select the Permissions tab and click on the &lt;code&gt;Enable&lt;/code&gt; button.&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;clearfix&#34;&gt;&lt;/div&gt;
&lt;h2 id=&#34;allow-users-and-teams-to-query-a-data-source&#34;&gt;Allow users and teams to query a data source&lt;/h2&gt;
&lt;div class=&#34;screenshot&#34; style=&#34;max-width:600px&#34;&gt;
  &lt;a href=&#34;/static/img/docs/enterprise/datasource_permissions_add.gif&#34; title=&#34;&#34;&gt;
    &lt;img alt=&#34;&#34; src=&#34;data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==&#34;
         data-src=&#34;/static/img/docs/enterprise/datasource_permissions_add_still.png&#34; class=&#34;screenshot__still lazyload&#34;&gt;
    &lt;img alt=&#34;&#34; src=&#34;/static/img/docs/enterprise/datasource_permissions_add.gif&#34; class=&#34;screenshot__animated-gif&#34;&gt;
    &lt;div class=&#34;screenshot__play&#34;&gt;
      &lt;i class=&#34;fa fa-play&#34;&gt;&lt;/i&gt;
    &lt;/div&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;p&gt;After you have &lt;a href=&#34;#restricting-access-enable-permissions&#34;&gt;enabled permissions&lt;/a&gt; for a data source you can assign query
permissions to users and teams which will allow access to query the data source.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Assign query permission to users and teams:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Navigate to Configuration / Data Sources.&lt;/li&gt;
&lt;li&gt;Select the data source you want to assign query permissions for.&lt;/li&gt;
&lt;li&gt;Select the Permissions tab.&lt;/li&gt;
&lt;li&gt;click on the &lt;code&gt;Add Permission&lt;/code&gt; button.&lt;/li&gt;
&lt;li&gt;Select Team/User and find the team/user you want to allow query access and click on the &lt;code&gt;Save&lt;/code&gt; button.&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;clearfix&#34;&gt;&lt;/div&gt;
&lt;h2 id=&#34;restore-default-access---disable-permissions&#34;&gt;Restore Default Access - Disable Permissions&lt;/h2&gt;
&lt;div class=&#34;screenshot&#34; style=&#34;max-width:600px&#34;&gt;
  &lt;a href=&#34;/static/img/docs/enterprise/datasource_permissions_disable.gif&#34; title=&#34;&#34;&gt;
    &lt;img alt=&#34;&#34; src=&#34;data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==&#34;
         data-src=&#34;/static/img/docs/enterprise/datasource_permissions_disable_still.png&#34; class=&#34;screenshot__still lazyload&#34;&gt;
    &lt;img alt=&#34;&#34; src=&#34;/static/img/docs/enterprise/datasource_permissions_disable.gif&#34; class=&#34;screenshot__animated-gif&#34;&gt;
    &lt;div class=&#34;screenshot__play&#34;&gt;
      &lt;i class=&#34;fa fa-play&#34;&gt;&lt;/i&gt;
    &lt;/div&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;p&gt;If you have enabled permissions for a data source and want to return data source permissions to the default, i.e.
data source can be queried by any user in that organization, you can disable permissions with a click of a button.
Note that all existing permissions created for data source will be deleted.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;To disable permissions for a data source:&lt;/strong&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Navigate to Configuration / Data Sources.&lt;/li&gt;
&lt;li&gt;Select the data source you want to disable permissions for.&lt;/li&gt;
&lt;li&gt;Select the Permissions tab and click on the &lt;code&gt;Disable Permissions&lt;/code&gt; button.&lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&#34;clearfix&#34;&gt;&lt;/div&gt;
]]></content><description>&lt;h1 id="data-source-permissions">Data Source Permissions&lt;/h1>
&lt;blockquote>
&lt;p>Data source permissions is only available in Grafana Enterprise. Read more about &lt;a href="../../enterprise/">Grafana Enterprise&lt;/a>.&lt;/p>&lt;/blockquote>
&lt;p>Data source permissions allows you to restrict access for users to query a data source. For each data source there is
a permission page that makes it possible 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>Organization Roles</title><link>https://grafana.com/docs/grafana/v6.4/permissions/organization_roles/</link><pubDate>Fri, 06 Mar 2026 14:53:36 -0800</pubDate><guid>https://grafana.com/docs/grafana/v6.4/permissions/organization_roles/</guid><content><![CDATA[&lt;h1 id=&#34;organization-roles&#34;&gt;Organization Roles&lt;/h1&gt;
&lt;p&gt;Users can be 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;Add and Edit data sources.&lt;/li&gt;
&lt;li&gt;Add and Edit organization users and teams.&lt;/li&gt;
&lt;li&gt;Configure App plugins and set org settings.&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 create and modify dashboards and alert rules. This can be disabled on specific folders and dashboards.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Cannot&lt;/strong&gt; create or edit data sources nor invite new users.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This role can be tweaked via Grafana server setting &lt;a href=&#34;../../installation/configuration/#editors_can_admin&#34;&gt;editors_can_admin&lt;/a&gt;. If you set this to true users
with &lt;strong&gt;Editor&lt;/strong&gt; can also administrate dashboards, folders and teams they create. Useful for enabling self organizing teams.&lt;/p&gt;
&lt;h2 id=&#34;viewer-role&#34;&gt;Viewer Role&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;View any dashboard. This can be disabled on specific folders and dashboards.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Cannot&lt;/strong&gt; create or edit dashboards nor data sources.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This role can be tweaked via Grafana server setting &lt;a href=&#34;../../installation/configuration/#viewers-can-edit&#34;&gt;viewers_can_edit&lt;/a&gt;. If you set this to true users
with &lt;strong&gt;Viewer&lt;/strong&gt; can also make transient dashboard edits, meaning they can modify panels and 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 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 be 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/v6.4/permissions/overview/</link><pubDate>Fri, 06 Mar 2026 14:53:36 -0800</pubDate><guid>https://grafana.com/docs/grafana/v6.4/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;grafana-admin&#34;&gt;Grafana Admin&lt;/h2&gt;
&lt;p&gt;This admin flag makes a 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 be 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. Learn more about &lt;a href=&#34;../organization_roles/&#34;&gt;Organization Roles&lt;/a&gt;.&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 allows 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;../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="grafana-admin">Grafana Admin&lt;/h2>
&lt;p>This admin flag makes a user a &lt;code>Super Admin&lt;/code>. This means they can access the &lt;code>Server Admin&lt;/code> views where all users and organizations can be administrated.&lt;/p></description></item></channel></rss>