2020-05-08 23:33:59 +08:00
+++
title = "Manage users"
2020-11-10 04:26:49 +08:00
weight = 50
2020-05-08 23:33:59 +08:00
+++
# Manage users
2020-10-10 01:08:29 +08:00
Create users and teams and configure [Permissions ]({{< relref "../permissions/_index.md" >}} ) to make sure that users only have access to the resources they need.
2020-05-08 23:33:59 +08:00
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 ](https://grafana.com/tutorials/create-users-and-teams ).
2020-10-23 04:22:34 +08:00