Skip to main content
Newcomer
September 9, 2026
Question

How to apply multiple values for the same filter parameter in Groups API?

  • September 9, 2026
  • 0 replies
  • 4 views

Hi Team,

I'm trying to retrieve multiple groups using the Groups API by filtering on the group name. I attempted to pass the same filter criteria multiple times in the request URL:

/v2/{accountId}/groups?filter=name=Work%20Level%201,name=Work%20Level%202,name=Work%20Level%203

 

My goal is to return groups with any of the following names:

  • Work Level 1
  • Work Level 2
  • Work Level 3

However, this does not seem to work as expected.

Is there a supported way to:

  • Apply an OR condition on the same field (name)?
  • Pass multiple values for a single filter?
  • Retrieve only a specific list of group names in a single API call?

Any guidance or examples would be appreciated.

Thanks!