You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When you query for UserGroups (GET /{realm}/users/{id}/groups) you get a Grouprepresentation as result.
But currently the return type is a UserGroup. This doesn't allow the use of querys like
So, my question: Is it the bug we have from the very beginning or the return type is changed in some version?
Looks like that the USerGroup is a subset of Group, so I don't see any problems, it should be backward compatible with Keycloak's API, but form the Gocloak's point of view we must to release new major version, since it breaks backward compatibility
Is your feature request related to a problem? Please describe.
When you query for UserGroups (GET /{realm}/users/{id}/groups) you get a Grouprepresentation as result.
But currently the return type is a UserGroup. This doesn't allow the use of querys like
Something that is totally possible, if you query the API directly and if you are interested in informations like group attributes.
Describe the solution you'd like
Return []Group instead.
The text was updated successfully, but these errors were encountered: