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 <dewi@goauthentik.io>
This commit is contained in:
Shiv Tyagi
2026-03-31 13:11:32 +05:30
committed by GitHub
parent 86f16921a3
commit b9cc9e9cc3
@@ -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.