Files
Ieva 33e8292386 Docs: Clarify the docs for viewers_can_edit and editors_can_admin (#86422)
* clarify the docs for viewers_can_edit and editors_can_admin

* more changes

* more changes 2
2024-04-17 14:43:20 +01:00

1.2 KiB

aliases labels title weight
../../manage-users-and-permissions/manage-server-users/grant-editor-admin-permissions/
products
enterprise
oss
Grant editors team creator permissions 60

Grant editors team creator permissions

By default, the editor organization role does not allow editors to creator and manage teams. You can allow them to do so using the editors_can_admin configuration option.

When editors_can_admin is enabled, users with the Editor role in an organization can create teams, and they are Administrators of the teams they create. To learn more about team permissions, refer to [Team management]({{< relref "../../../team-management/" >}}).

Before you begin

  • Ensure that you have access to the Grafana server

To enable editors with team creator permissions:

  1. Log in to the Grafana server and open the Grafana configuration file.

    For more information about the Grafana configuration file and its location, refer to [Configuration]({{< relref "../../../../setup-grafana/configure-grafana/" >}}).

  2. Locate the editors_can_admin parameter.

  3. Set the editors_can_admin value to true.

  4. Save your changes and restart the Grafana server.