I have Two questions regarding Security Groups API:
- Teams are also coming as Security Groups under the Project Security API(https://vssps.dev.azure.com/{organization}/_apis/graph/groups?api-version=5.0-preview.1), Then what's the use of Team Entitlement?
- Do you have any API to get only security groups which don't include the teams?
I have tried the List Security Group API, But it is including Project Teams as well. I want to get Security Groups only not the teams. Also tried using subjectTypes and scopeDescriptor query filters but no success.
Expectation: I want to get Security Groups only not the teams.
Actual Result: It is giving Security Groups as well as teams in List Security Groups API i.e.: https://vssps.dev.azure.com/{organization}/_apis/graph/groups?api-version=5.0-preview.1