I am trying to retrieve only the groups of an organization , example for a project in Project settings -> General -> Permissions
, I would like to retrieve only the Type as "Group" . When using the below REST API, I get the Type "Team" also .
Rest API used - https://vssps.dev.azure.com/{CollectionName}/_apis/graph/groups?api-version=7.0-preview.1
How can I get the groups alone instead of getting Team names also.