mirror of
https://github.com/grafana/grafana.git
synced 2024-12-01 21:19:28 -06:00
abee02dbcd
* initial * cleanup * remove bad aliases * cleanup, fix links * add docs-file-based-command * update docs * update readme * fix broken links * fix spelling Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2.6 KiB
2.6 KiB
+++ title = "Manage users" weight = 50 +++
Manage users
Create users and teams and configure [Permissions]({{< relref "../permissions/_index.md" >}}) to make sure that users only have access to the resources they need.
Only Administrators can manage users and teams.
Users
Users are named accounts in Grafana that can be granted permissions to access resources throughout Grafana.
- [Add or remove a user]({{< relref "./add-or-remove-user.md" >}})
- [Enable or disable a user]({{< relref "./enable-or-disable-user.md" >}})
Teams
Teams allow you to grant permissions for a group of users.
- [Create or remove a team]({{< relref "./create-or-remove-team.md" >}})
- [Add or remove a user from a team]({{< relref "./add-or-remove-user-from-team.md" >}})
Learn more
Set up users and teams in our tutorial on how to Create users and teams.