/admin/v1/Groups restrict attributes?
Content
Is it possible to restrict attributes returned by the /admin/v1/Groups endpoint?
My request in postman looks like:
{{HOST}}/admin/v1/Groups?filter=members[type eq "User" and value eq "de71071385f941ffbea831164cc76d64"]
And by default, loads of info is returned in the JSON response.
All I really need is the displayName of the groups but I am not sure how to add this into my URL request.
Thanks for any help,
Duncs
1