1

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

4

1 回答 1

4

根据LinkedIn API 文档(概述部分中的最后一个示例),您可以通过以下调用获取所有用户是管理员的公司:

https://api.linkedin.com/v1/companies?is-company-admin=true
于 2013-09-20T21:22:03.707 回答