AFAIK this may not be possible. I think you would need separate requests
to download groups with their attributes. You can take a look at the
admin REST endpoints invoked by admin console (use some browser plugin
to see which REST requests are invoked by it).
Alternatively, if you really want single REST request to download all
user's groups including attributes, you can try to implement your own
REST endpoint. See our docs and examples (under "providers") for how to
implement your own REST endpoint where you can return anything you want.
Marek
On 16/01/17 10:08, adam.michalski(a)aol.com wrote:
Api docs for:
GET /admin/realms/{realm}/users/{id}/groups
returns list of GroupRepresentation array with empty attributes.
In other rest returning this list there is description: only name and ids are returned
but not in this one.
How to get list of groups with attributes with single request?
_______________________________________________
keycloak-user mailing list
keycloak-user(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/keycloak-user