LinkedIn API v2.0中,如何通过person的token获取company/list
In LinkedIn API v2.0, how to get company/list by person's token
LinkedIn API v2.0中如何通过person的token获取company/list,v1.0的api是v1/companies:(id,name,徽标-url)
如LinkedIn Company Pages v1 to v2 API Migration Guide中所述
,在映射的 List companies where member has a role, you can use the endpoint with the projection using the schema definition described here 部分中,例如:
curl -i -X GET \
-H "Authorization:Bearer <TOKEN>" \
'https://api.linkedin.com/v2/organizationalEntityAcls?q=roleAssignee&role=ADMINISTRATOR&projection=(elements*(organizationalTarget~(localizedName,vanityName,logoV2)))'
希望对您有所帮助
LinkedIn API v2.0中如何通过person的token获取company/list,v1.0的api是v1/companies:(id,name,徽标-url)
如LinkedIn Company Pages v1 to v2 API Migration Guide中所述 ,在映射的 List companies where member has a role, you can use the endpoint with the projection using the schema definition described here 部分中,例如:
curl -i -X GET \
-H "Authorization:Bearer <TOKEN>" \
'https://api.linkedin.com/v2/organizationalEntityAcls?q=roleAssignee&role=ADMINISTRATOR&projection=(elements*(organizationalTarget~(localizedName,vanityName,logoV2)))'
希望对您有所帮助