From fdc10124f187405a22b3cd62b54d2af29671c81c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Irene=20Rodr=C3=ADguez?= Date: Tue, 13 May 2025 12:49:21 +0200 Subject: [PATCH] [release-12.0.1] Docs: Make role evaluation more transparent (#105318) Co-authored-by: Ariana <20644439+ariatron@users.noreply.github.com> --- .../change-user-org-permissions/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/sources/administration/user-management/server-user-management/change-user-org-permissions/index.md b/docs/sources/administration/user-management/server-user-management/change-user-org-permissions/index.md index 4bf9eac2862..86762102ebf 100644 --- a/docs/sources/administration/user-management/server-user-management/change-user-org-permissions/index.md +++ b/docs/sources/administration/user-management/server-user-management/change-user-org-permissions/index.md @@ -26,3 +26,7 @@ Update organization permissions when you want to enhance or restrict a user's ac 1. In the Organizations section, click **Change role** for the role you want to change 1. Select another role. 1. Click **Save**. + +{{< admonition type="note" >}} +In order for the change to take effect and be reflected within the instance, the account where permissions were altered will need to sign out fully and back in. Role assignment is evaluated during sign in, so if a user has not signed back in after their role was adjusted the instance will continue to reflect their previous role. +{{< /admonition >}}