From b9cc9e9cc3412a7772b516d350f6180c415ec1e1 Mon Sep 17 00:00:00 2001 From: Shiv Tyagi <67995771+shiv-tyagi@users.noreply.github.com> Date: Tue, 31 Mar 2026 13:11:32 +0530 Subject: [PATCH] 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: 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.