mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 12:02:30 +08:00

* initial refactor * initial draft for teams * restructed topics, added front matter * modified aliases * removes old files * removed files * initial refactor * initial draft for teams * restructed topics, added front matter * modified aliases * removes old files * removed files * final xrefs updates * xref adjustment * copy updates * copy and content updates to about, add to org, add user, admin * copy updates to remove user from org * update org vs server admin section names, cross-link * cross-link add and invite users to org * add remaining cross-links between org and server admin * add dashboard permissions table * add permissions information to teams * add copy invite instructions to invite management * tweaks and link updates * incorporated PM feedback * fixed xrefs * yarn prettier * fix codespell * combined teams and dashboard permissions content Co-authored-by: Mitchel Seaman <mitchel.seaman@gmail.com>
29 lines
1.6 KiB
Markdown
29 lines
1.6 KiB
Markdown
+++
|
|
title = "Add a user"
|
|
aliases = ["docs/sources/administration/manage-users-and-permissions/manage-server-users/add-user.md"]
|
|
weight = 10
|
|
+++
|
|
|
|
# Add a user
|
|
|
|
Add users when you want to manually provide individuals with access to Grafana.
|
|
|
|
When you create a user using this method, you must create their password. The user does not receive a notification by email. To invite a user to Grafana and allow them to create their own password, [invite a user to join an organization]({{< relref "../manage-org-users/invite-user-join-org.md">}}).
|
|
|
|
When you configure advanced authentication using Oauth, SAML, LDAP, or the Auth proxy, users are created automatically.
|
|
|
|
## Before you begin
|
|
|
|
- Ensure that you have Grafana server administrator privileges
|
|
|
|
**To add a user**:
|
|
|
|
1. Sign in to Grafana as a server administrator.
|
|
1. Hover your cursor over the **Server Admin** (shield) icon until a menu appears, and click **Users**.
|
|
1. Click **New user**.
|
|
1. Complete the fields and click **Create user**.
|
|
|
|
When you create a user, the system assigns the user viewer permissions in a default organization, which you can change. You can now [add a user to a second organization]({{< relref "./add-remove-user-to-org.md">}}).
|
|
|
|
> **Note:** 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, you can still add users by [inviting a user to join an organization]({{< relref "../../manage-users-and-permissions/manage-org-users/invite-user-join-org.md" >}}).
|