The /environments/{{envID}}/users?filter=memberOfGroups[id eq "{{groupID}}"] and name.family eq "demo" operation returns all users who belong to the specified group and meet the SCIM filter criteria.

To determine which user properties support SCIM filters, see Users.

For more information about groups, see Groups.

Parameter Description
filter The required value memberOfGroups[id eq "{{groupID}}"] returns all of the users who belong to the specified group. For example, 'filter=memberOfGroups[id eq “{{groupID}}”] and name.family eq “demo”` would return all members of the specified group whose family name is demo.