I am trying to call the url https://api.linkedin.com/v2/organizationalEntityFollowerStatistics?q=organizationalEntity&organizationalEntity=urn:li:organization:45688
and i am getting the response {'serviceErrorCode': 100, 'message': 'Not enough permissions to access: GET-organizationalEntity /organizationalEntityShareStatistics', 'status': 403}
i assume this is a scope error my access token should have the scope r_liteprofile r_emailaddress w_member_social r_organization_social w_organization_social already am i missing the required scope for this call?