From 59eb302fc14e54b1889a5df0431d97b51f25bd7f Mon Sep 17 00:00:00 2001 From: Lisa <60980933+LisaHJung@users.noreply.github.com> Date: Mon, 22 Apr 2024 10:38:11 -0600 Subject: [PATCH] Embed Managing users and permissions video to the documentation (#86387) Co-authored-by: Jack Baldry --- docs/sources/administration/user-management/_index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/sources/administration/user-management/_index.md b/docs/sources/administration/user-management/_index.md index 27ca8ec0673..ad3be03f7cb 100644 --- a/docs/sources/administration/user-management/_index.md +++ b/docs/sources/administration/user-management/_index.md @@ -13,6 +13,10 @@ weight: 200 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. For example, the **Admin** role includes permissions for an administrator to create and delete users. +Watch the following video to learn how to manage users and permissions in Grafana OSS and Grafana Cloud: + +{{< youtube id="59uCGJN5hPI" >}} + The following topics describe how to use permissions to control user access to data sources, dashboards, users, and teams. {{< section >}}