Azure – In a single call Get all the Users in a group along with the number of groups that each user belongs to?
we are using the following query to get the list of all the members in a group https://graph.microsoft.com/v1.0/groups/{id}/members requirement We need to get all the users in a group and also the count of the groups each users belongs too…