Hello
I am trying to get a groups attributes via the API. The group looks like this:
And this is what I am getting with the GET /{realm}/groups
request:
[
{
"id": "2f59e4f7-0fd4-4548-9a02-da309747e36b7",
"name": "TestGroup",
"path": "/TestGroup",
"subGroups": []
}
]
So a group object only contains some of the properties (https://www.keycloak.org/docs-api/5.0/rest-api/#_grouprepresentation) but is missing the optional attributes
property.
How can I also get the attributes?