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

StackOverflow https://stackoverflow.com/questions/17269729

  •  01-06-2022
  •  | 
  •  

Question

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

Était-ce utile?

La solution

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
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top