I am trying to call fetch all the members present in a security group using. I am using the same API call in graph API explorer and fabric notebook. Still the JSON returned are different. Graph explorer returns the user principal name of the user but the python call doesn't. I have given maximum scopes yet it is not resolved. "https://graph.microsoft.com/v1.0/groups/{group_id}/members/?$select=id,displayName,userPrincipalName". I have given all the maximum scopes member read all, directory read all, user basic read all, user read all, group member read all and group read all.
↧