mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
18 lines
1.2 KiB
Markdown
18 lines
1.2 KiB
Markdown
|
+++
|
||
|
title = "Manage users globally"
|
||
|
aliases = ["docs/sources/manage-users/server-admin/_index.md", "docs/sources/manage-users/server-admin/server-admin-manage-users.md", "docs/sources/administration/manage-users-and-permissions/manage-server-users/_index.md"]
|
||
|
weight = 300
|
||
|
+++
|
||
|
|
||
|
# Manage users globally
|
||
|
|
||
|
A _user_ is defined as any individual who can log in to Grafana. Each user is associated with a _role_ that includes _permissions_. Permissions determine the tasks a user can perform in the system.
|
||
|
|
||
|
If you have [server administrator]({{< relref "../about-users-and-permissions.md#grafana-server-administrators">}}) permissions in Grafana, you can manage all users for a Grafana instance in the Server Admin section:
|
||
|
|
||
|
{{< section >}}
|
||
|
|
||
|
If you have [organization administrator]({{< relref "../about-users-and-permissions.md#organization-roles">}}) permissions and _not_ [server administrator]({{< relref "../about-users-and-permissions.md#grafana-server-administrators">}}) permissions, refer to [Manage users in a organization]({{< relref "../../manage-users-and-permissions/manage-org-users/_index.md" >}}).
|
||
|
|
||
|
For more information about users and permissions, refer to [About users and permissions]({{< relref "../about-users-and-permissions">}}).
|