Commit b1b44d01 by Diana Payton Committed by GitHub

Docs: Update organization_roles.md (#25912)

* Update organization_roles.md

* Update docs/sources/permissions/organization_roles.md

Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>

Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
parent 55406053
+++ +++
title = "Organization Roles" title = "Organization roles"
description = "Grafana Organization Roles Guide " description = "Grafana organization roles guide "
keywords = ["grafana", "configuration", "documentation", "organization", "roles", "permissions"] keywords = ["grafana", "configuration", "documentation", "organization", "roles", "permissions"]
type = "docs" type = "docs"
[menu.docs] [menu.docs]
...@@ -10,32 +10,42 @@ parent = "permissions" ...@@ -10,32 +10,42 @@ parent = "permissions"
weight = 30 weight = 30
+++ +++
# Organization Roles # Organization roles
Users can 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 Users can 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. in that organization.
## Admin Role ## Admin role
Can do everything scoped to the organization. For example: Can do everything scoped to the organization. For example:
- Add and Edit data sources. - Can add, edit, and delete data sources.
- Add and Edit organization users and teams. - Can add and edit users and teams in organizations.
- Configure App plugins and set org settings. - Can configure app plugins and organization settings.
- Can do everything allowed by the Editor role.
## Editor Role ## Editor role
- Can create and modify dashboards and alert rules. This can be disabled on specific folders and dashboards. - 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.
- **Cannot** create or edit data sources nor invite new users. - Can create, update, or delete playlists.
- Can access Explore.
- Cannot add, edit, or delete data sources.
- Cannot add, edit, or delete alert notification channels.
- Cannot manage other organizations, users, and teams.
This role can be tweaked via Grafana server setting [editors_can_admin]({{< relref "../administration/configuration.md#editors_can_admin" >}}). If you set this to true users This role can be tweaked via Grafana server setting [editors_can_admin]({{< relref "../administration/configuration.md#editors_can_admin" >}}). If you set this to `true`, then users
with **Editor** can also administrate dashboards, folders and teams they create. Useful for enabling self organizing teams. 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.
## Viewer Role ## Viewer role
- View any dashboard. This can be disabled on specific folders and dashboards. - Can view any dashboard they have access to. This can be disabled on specific folders and dashboards.
- **Cannot** create or edit dashboards nor data sources. - Cannot add, edit, or delete data sources.
- Cannot add, edit, or delete dashboards or panels.
- Cannot create, update, or delete playlists.
- Cannot add, edit, or delete alert notification channels.
- Cannot access Explore.
- Cannot manage other organizations, users, and teams.
This role can be tweaked via Grafana server setting [viewers_can_edit]({{< relref "../administration/configuration.md#viewers-can-edit" >}}). If you set this to true users This role can be tweaked via Grafana server setting [viewers_can_edit]({{< relref "../administration/configuration.md#viewers-can-edit" >}}). If you set this to `true`, then users
with **Viewer** can also make transient dashboard edits, meaning they can modify panels and queries but not save the changes (nor create new dashboards). 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).
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. 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.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment