From 073acf92c2aeaec9ff8d459b79698cd3cfa6ad80 Mon Sep 17 00:00:00 2001 From: "authentik-automation[bot]" <135050075+authentik-automation[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 11:19:14 +0200 Subject: [PATCH] website/docs: document group_uuid as a property for group object (cherry-pick #20865 to version-2026.2) (#21271) website/docs: document group_uuid as a property for group object (#20865) The application might need a unique id for a group to uniquely identify it. It can help in various cases like detecting group renames and more. We should document `group_uuid` field of the group object to make users aware that it can be used in custom property mappings. Signed-off-by: Shiv Tyagi <67995771+shiv-tyagi@users.noreply.github.com> Co-authored-by: Shiv Tyagi <67995771+shiv-tyagi@users.noreply.github.com> Co-authored-by: Dewi Roberts --- website/docs/users-sources/groups/group_ref.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/users-sources/groups/group_ref.md b/website/docs/users-sources/groups/group_ref.md index d02996d569..8c9e03c8c2 100644 --- a/website/docs/users-sources/groups/group_ref.md +++ b/website/docs/users-sources/groups/group_ref.md @@ -7,6 +7,7 @@ title: Group properties and attributes The group object has the following properties: - `name`: The group's display name. +- `group_uuid`: The group's unique id. - `is_superuser`: A boolean field that determines if the group's users are superusers. - `parents`: The parent groups of this group. - `roles`: The roles directly assigned to this group.