I execute api call for retrieve it
- Login : https://login.microsoftonline.com/${tenantID}/oauth2/token
- Get groups : https://graph.microsoft.com/v1.0/groups
- Get users : https://graph.microsoft.com/v1.0/groups/${groupID}/members
Thats OK, i receive 3 groups and users inside But for now i need only groups that assigned to applications Like this
I cant find any methods in graph api for filter it . If somebody know how to do it , help please