Suman Moorthy
Suman Moorthy

Reputation: 13

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

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

Upvotes: 1

Views: 3874

Answers (1)

cerrina
cerrina

Reputation: 553

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

Upvotes: 4

Related Questions