Using LinkedIn Groups API, I am showing a list of groups the user is a member of on LinkedIn. Getting the list of groups in a single call is clear using
https:/
https://api.linkedin.com/v1/people/~/group-memberships:(group:(id,name),…
You should be able to ask for all additional group fields you want directly in this call, by extending the field list after group:(…
accordingly:
https://api.linkedin.com/v1/people/~/group-memberships:(group:(id,name,
small-logo-url,large-logo-url),…