We're trying to get Office 365 group metadata, by doing http request : https://graph.microsoft.com/v1.0/groups/?$select=description,displayName,groupTypes,mail,mailEnabled,mailNickname,onPremisesLastSyncDateTime,onPremisesSecurityIdentifier,onPremisesSyncEnabled,proxyAddresses,securityEnabled,visibility,allowExternalSenders,autoSubscribeNewMembers,isSubscribedByMail,unseenCount
while on some customer accounts it's working fine, on another we're getting : ERROR 403 - ErrorAccessDenied ,message:Unified groups aren't supported where user credentials that used to call belongs to the group admin.
Any thoughts ?
Thanks