The /environments/{{envID}}/users?filter=memberOfGroups[id eq "{{groupID}}"] and memberOfGroups[id eq "{{groupID_2}}"] operation returns all users that are members of both specified groups.

For more information about groups, see Groups.

Parameter Description
filter The required value memberOfGroups[id eq "{{groupID}}"] and memberOfGroups[id eq "{{groupID_2}}"] returns all users that are member of both specified groups. You can use the SCIM filter memberOfGroups[id eq "{{groupID}}"] as many times as needed within the request, connected with and.