How to fetch admin profile details of a company page using Company API - Linkedin

北慕城南 提交于 2019-12-11 04:29:47

问题


Is there a way to fetch Admin profile details/Company page owner details using Companies API? or Vice-versa, to fetch Company Pages the user owns (Not his employers) using Profile API?

I read the documentation and could find a way for it, any help is highly appreciated.

http://developer.linkedin.com/documents/company-lookup-api-and-fields

http://developer.linkedin.com/documents/profile-fields


回答1:


According to the LinkedIn API docs (last example in the Overview section), you can get all the companies a use is an admin for with the following call:

https://api.linkedin.com/v1/companies?is-company-admin=true


来源:https://stackoverflow.com/questions/17269729/how-to-fetch-admin-profile-details-of-a-company-page-using-company-api-linkedi

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!