From 00749b27e42fd32aa4a7d37f313dbf5472415204 Mon Sep 17 00:00:00 2001 From: Ariana <20644439+ariatron@users.noreply.github.com> Date: Tue, 13 May 2025 05:09:24 -0500 Subject: [PATCH] Docs: Make role evaluation more transparent (#101377) --- .../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 >}}