LinkedIn API organizationalEntityShareStatistics return 403 when asking for concrete shares
jordi
0
Reputation points
When invoking organizationalEntityShareStatistics endpoint without adding any concrete share I get a 200 with totalShareStatistics objects and everything looks good.
But when I ask for a concrete share created in this organization I get a 403 with the following body
Do I need some extra permissions besides rw_organization_admin ?
{ "status": 403, "serviceErrorCode": 100, "code": "ACCESS_DENIED", "message": "Unpermitted fields present in PARAMETER: Data Processing Exception while processing fields [/shares[0]]" }
Sign in to answer